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.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.
Was this page helpful?