Discord.js message.react fails when adding specific unicode emotes
问题 Yesterday I started coding a bot using the guide from discord.js. The core is just with what you finish the Command Handler part with. I was working on a voting command, where the bot would react with Unicode symbols like :one: :two: :three:. This is where I encounter my problem. Using: module.exports = { name: 'testing', description: 'creates a reaction', aliases: ['test'], cooldown: 1, execute(message, args) { if (!args.length) { message.react(':one:'); } } }; Gives me a DiscordAPIError: