Grabbing an emoji from a guild on a different shard.
How would I go about grabbing an emoji from another guild that is on a different shard to the one where the command is being run? Thanks in advance. š
6 Replies
I was using this function that just grabs the emoji from a guild.
I just want to grab the emoji object, but like you said. I can't. So would should I do as an alternative?
And once the emoji object is grabbed it just sends the emoji in the embed. I'll give you an example.
No it just sends the emoji object.
the ${getEmoji('***')}
Quick question, how would I stop it from returning
[object Promise]
Tag suggestion for @..noxxe..:
Resources to understand Promise:
ā¢ MDN: learn more
ā¢ Guide: learn more
ā¢ JavaScript info: learn more
Cheers dude!