aniket091 / Gamecord

Discord Gamecord is a powerful npm package with a collection of minigames for your discord bot :)
https://discord-gamecord.js.org/
MIT License
103 stars 37 forks source link

Fix a undefined error for Emojify.js #26

Open FearlessNite345 opened 1 year ago

FearlessNite345 commented 1 year ago

This fixes a undefined issue for "chars" as it would fail every time

Changes

So i was encountering a error if the values were a special character a space or a number and upon looking in the code it seems chars was not defined yet so i just made it a const and it fixed the error shown below and now works correctly

Screenshots

gameCord error

Status