Update index.js

This commit is contained in:
oSumAtrIX 2022-02-05 10:19:05 +01:00 committed by GitHub
parent 80ee2e55b6
commit 9fef126771
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
}>`;