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
Noxxe
Noxxe•2y ago
I was using this function that just grabs the emoji from a guild.
Noxxe
Noxxe•2y ago
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.
Noxxe
Noxxe•2y ago
No it just sends the emoji object.
Noxxe
Noxxe•2y ago
the ${getEmoji('***')} Quick question, how would I stop it from returning [object Promise]
d.js docs
d.js docs•2y ago
Tag suggestion for @..noxxe..: Resources to understand Promise: • MDN: learn more • Guide: learn more • JavaScript info: learn more
Noxxe
Noxxe•2y ago
Cheers dude!