Mephisto
Mephisto
DIdiscord.js - Imagine ❄
Created by Mephisto on 12/14/2024 in #djs-questions
Unknown Emoji Error when trying to react with unicode emojis
Thank you for your help ^^
16 replies
DIdiscord.js - Imagine ❄
Created by Mephisto on 12/14/2024 in #djs-questions
Unknown Emoji Error when trying to react with unicode emojis
oof, yea that was the issue ._.
16 replies
DIdiscord.js - Imagine ❄
Created by Mephisto on 12/14/2024 in #djs-questions
Unknown Emoji Error when trying to react with unicode emojis
No description
16 replies
DIdiscord.js - Imagine ❄
Created by Mephisto on 12/14/2024 in #djs-questions
Unknown Emoji Error when trying to react with unicode emojis
yes, it does (admin)
16 replies
DIdiscord.js - Imagine ❄
Created by Mephisto on 12/14/2024 in #djs-questions
Unknown Emoji Error when trying to react with unicode emojis
that is what I have in my code
16 replies
DIdiscord.js - Imagine ❄
Created by Mephisto on 12/14/2024 in #djs-questions
Unknown Emoji Error when trying to react with unicode emojis
this, right?
16 replies
DIdiscord.js - Imagine ❄
Created by Mephisto on 12/14/2024 in #djs-questions
Unknown Emoji Error when trying to react with unicode emojis
16 replies
DIdiscord.js - Imagine ❄
Created by Mephisto on 12/14/2024 in #djs-questions
Unknown Emoji Error when trying to react with unicode emojis
No description
16 replies
DIdiscord.js - Imagine ❄
Created by Mephisto on 12/14/2024 in #djs-questions
Unknown Emoji Error when trying to react with unicode emojis
I tried that, as I said. but it doesn't work. with white_check_mark as ✅ it gives the same error
await response.react('✅');
await response.react('✅');
Logged in with discord.js 14.16.3 node:events:502 throw er; // Unhandled 'error' event ^ DiscordAPIError[10014]: Unknown Emoji at handleErrors (c:\Users\Mephisto\Documents\Teufelsbot\Teufelsbot\node_modules@discordjs\rest\dist\index.js:727:13) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async SequentialHandler.runRequest (c:\Users\Mephisto\Documents\Teufelsbot\Teufelsbot\node_modules@discordjs\rest\dist\index.js:1128:23) at async SequentialHandler.queueRequest (c:\Users\Mephisto\Documents\Teufelsbot\Teufelsbot\node_modules@discordjs\rest\dist\index.js:959:14) at async _REST.request (c:\Users\Mephisto\Documents\Teufelsbot\Teufelsbot\node_modules@discordjs\rest\dist\index.js:1272:22) at async GuildMessageManager.react (c:\Users\Mephisto\Documents\Teufelsbot\Teufelsbot\node_modules\discord.js\src\managers\MessageManager.js:255:5) at async Message.react (c:\Users\Mephisto\Documents\Teufelsbot\Teufelsbot\node_modules\discord.js\src\structures\Message.js:872:5) at async Client.<anonymous> (c:\Users\Mephisto\Documents\Teufelsbot\Teufelsbot\test.js:19:7) Emitted 'error' event on Client instance at: at emitUnhandledRejectionOrErr (node:events:407:10) at process.processTicksAndRejections (node:internal/process/task_queues:92:21) { requestBody: { files: undefined, json: undefined }, rawError: { message: 'Unknown Emoji', code: 10014 }, code: 10014, status: 400, method: 'PUT', url: 'https://discord.com/api/v10/channels/1183014623507656745/messages/1317524471929638984/reactions/%25E2%259C%2585/@me' } Node.js v22.12.0
16 replies
DIdiscord.js - Imagine ❄
Created by Mephisto on 12/14/2024 in #djs-questions
Unknown Emoji Error when trying to react with unicode emojis
No description
16 replies
DIdiscord.js - Imagine ❄
Created by Mephisto on 12/14/2024 in #djs-questions
Unknown Emoji Error when trying to react with unicode emojis
Well I am on Windows, so I wouldn't think so. I tried the windows emoji picker (win+.) as well as just copy-pasting the emoji from the docs. And the code I sent is the exact one run, so I don't know where there could be something wrong
16 replies
DIdiscord.js - Imagine ❄
Created by Mephisto on 12/14/2024 in #djs-questions
Unknown Emoji Error when trying to react with unicode emojis
node v22.12.0, discord.js v14.16.3
16 replies