-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddreactionroleのエラー文
34 lines (32 loc) · 2.41 KB
/
addreactionroleのエラー文
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
DiscordAPIError[10062]: Unknown interaction
at handleErrors (C:\Users\ando\Desktop\mycode\DiscordBot\node_modules\@discordjs\rest\dist\index.js:727:13)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async BurstHandler.runRequest (C:\Users\ando\Desktop\mycode\DiscordBot\node_modules\@discordjs\rest\dist\index.js:831:23)
at async _REST.request (C:\Users\ando\Desktop\mycode\DiscordBot\node_modules\@discordjs\rest\dist\index.js:1272:22)
at async ChatInputCommandInteraction.deferReply (C:\Users\ando\Desktop\mycode\DiscordBot\node_modules\discord.js\src\structures\interfaces\InteractionResponses.js:72:5)
at async Object.execute (C:\Users\ando\Desktop\mycode\DiscordBot\commands\addreactionrole.js:16:13)
at async Object.execute (C:\Users\ando\Desktop\mycode\DiscordBot\events\interaction.js:17:17) {
requestBody: { files: undefined, json: { type: 5, data: [Object] } },
rawError: { message: 'Unknown interaction', code: 10062 },
code: 10062,
status: 404,
method: 'POST',
url: 'https://discord.com/api/v10/interactions/1312658858518384690/aW50ZXJhY3Rpb246MTMxMjY1ODg1ODUxODM4NDY5MDpXZkw0R2pyOGkwNm02SFRqWVBudDNEOElMZFJFZERrTWUzZWpvUjdocXlJQ2dzazViZGdtc0dxU0RrZHZuYUI5akwwTWw3VENDQjBzMHZaZXRUdFhKWlk0MXhFZlNkN0hTbldPSHdTTHoxOEtEaXhhcHFKaDM1TU8yaVZ6cGdxOA/callback'
}
コマンド実行中にエラーが発生しました: Error [InteractionNotReplied]: The reply to this interaction has not been sent or deferred.
at ChatInputCommandInteraction.followUp (C:\Users\ando\Desktop\mycode\DiscordBot\node_modules\discord.js\src\structures\interfaces\InteractionResponses.js:188:64)
at Object.execute (C:\Users\ando\Desktop\mycode\DiscordBot\commands\addreactionrole.js:82:31)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Object.execute (C:\Users\ando\Desktop\mycode\DiscordBot\events\interaction.js:17:17) {
code: 'InteractionNotReplied'
}
node:events:497
throw er; // Unhandled 'error' event
^
TypeError: interaction.followUp(...) is not a function
at Object.execute (C:\Users\ando\Desktop\mycode\DiscordBot\events\interaction.js:20:45)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Emitted 'error' event on Client instance at:
at emitUnhandledRejectionOrErr (node:events:402:10)
at process.processTicksAndRejections (node:internal/process/task_queues:84:21)
Node.js v20.17.0