#Is there any better way to manage custom emojis?

5 messages · Page 1 of 1 (latest)

unborn musk
#

I am making a game with discord.js and every time i add a new item i have to add the emoji, get the emoji id, select it, paste it in the code.
And if i lets say change the sprite of the item i have to delete the emoji and do all of this over again.
Is there any other way to manage emojis?

slender pythonBOT
#

• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.

slow veldt
#

You can maybe use rest to post emojis and store the response in some way, or implement a command in your bot that will add the emoji and returns the data you want in the command itself (maybe using attachments options)

lean gulch
#

No

slender pythonBOT