how to use emoji in bot

I want to use an emoji registered on my Discord bot in Discord.js, but I don't know how to do it.
I've tried using:
client.emojis.cache.get('1336990634573172747')
client.emojis.cache.get('1336990634573172747')
client.application.emojis
client.application.emojis
but they don't seem to work.
Do I need to add intent permissions?
I haven't made any other settings besides registering the emoji.
1 Reply
d.js toolkit
d.js toolkit2mo ago
- 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!

Did you find this page helpful?