I have been trying to get a discord bot that can auto react to messages using default emoji, i keep getting error code 10014: Emoji not found. This is my code:
elif message.content == "test":
await message.add_reaction(:white_check_mark:)
I am using the discord api, and all other parts of the bot, such as sending and reading messages work fine, but the emojis are the only thing I can't seem to figure out.