From 9fef126771377b4dd8c061803399b51bf2045f5c Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sat, 5 Feb 2022 10:19:05 +0100 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 046d8be..e990b6f 100644 --- a/index.js +++ b/index.js @@ -31,7 +31,7 @@ module.exports = class NitroBypass extends Plugin { if (!emoji.require_colons) return; // create the emoji string which we will replace - const emoji = `<${emoji.animated ? 'a' : ''}:${emoji.name}:${ + const emojiString = `<${emoji.animated ? 'a' : ''}:${emoji.name}:${ emoji.id }>`;