Can we shorten the emojis?
Whenever my admins register new messages inside the JSON file by a command, my bot updates the message where it displays it with the new data.
But recently I got a error because of 2K characters limit (emojis take too much space).
Is there a way to reduce this to
:aa:
?
I somehow need to shorten the message sent, and to shorten the emojis seems the best way since there are a ton of emojis inside the mesasge.5 Replies
• 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.Whenever my admins register new data inside the JSON file by a command, my bot updates a message where it displays that data.
But recently I got an error because of the 2K characters limit (emojis take too much space).
Is there a way to reduce this to
:aa:
?
I somehow need to shorten the message sent, and to shorten the emojis seems the best way since there are a ton of emojis inside the mesasge.
Is there a way for my bot to send the emoji like we can by just typing :aa:
?No. Custom emojis are long and there's not a way to not include the ID
Humans include the ID too, it's just shortcutted by the app. Just like how if you mention #faq and check the content it won't be a 4-character
#faq
, it'll be #faq
Paste a custom emoji until you hit the character limit and you'll see that :aa:
isn't only 4 characters perUnknown User•2y ago
Message Not Public
Sign In & Join Server To View
Okey