Application specific emojis
Is there any way to make use of application specific emojis currently? Or do we have to wait for a discord.js update?
6 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!discord.js
v14.15.3
node.js v20.15.1
That does work
But what if I want to fetch one programatically? Such as resolving an id or filtering the cache?:pr_open: #10399 in discordjs/discord.js by sdanialraza opened <t:1721460395:R> (changes requested)
feat: application emojis
^ you'll have to wait for this pr to get merged
Or you can use the API endpoints while the PR gets merged, you can either list all emojis for your app or fetch a single emoji by id
Ah I see
Thanks guys