ahmed349
DIAdiscord.js - Imagine an app
•Created by ahmed349 on 4/24/2024 in #djs-questions
InteractionNotReplied, sometimes occurs
hello, i made a bot for hangman, but i am facing an issue where i keep getting this code
D:\Projects\node\discordbot\node_modules\discord.js\src\structures\interfaces\InteractionResponses.js:184
if (!this.deferred && !this.replied) return Promise.reject(new DiscordjsError(ErrorCodes.InteractionNotReplied));
^
Error [InteractionNotReplied]: The reply to this interaction has not been sent or deferred.
at ChatInputCommandInteraction.followUp (D:\Projects\node\discordbot\node_modules\discord.js\src\structures\interfaces\InteractionResponses.js:184:64)
at Object.execute (D:\Projects\node\discordbot\commands\hangman.js:47:17)
at Client.<anonymous> (D:\Projects\node\discordbot\main.js:39:23)
at Client.emit (node:events:518:28)
at InteractionCreateAction.handle (D:\Projects\node\discordbot\node_modules\discord.js\src\client\actions\InteractionCreate.js:97:12)
at module.exports [as INTERACTION_CREATE] (D:\Projects\node\discordbot\node_modules\discord.js\src\client\websocket\handlers\INTERACTION_CREATE.js:4:36)
at WebSocketManager.handlePacket (D:\Projects\node\discordbot\node_modules\discord.js\src\client\websocket\WebSocketManager.js:355:31)
at WebSocketManager.<anonymous> (D:\Projects\node\discordbot\node_modules\discord.js\src\client\websocket\WebSocketManager.js:239:12)
at WebSocketManager.emit (D:\Projects\node\discordbot\node_modules@vladfrangu\async_event_emitter\dist\index.cjs:282:31)
at WebSocketShard.<anonymous> (D:\Projects\node\discordbot\node_modules@discordjs\ws\dist\index.js:1173:51) { code: 'InteractionNotReplied' } Node.js v20.11.0
at WebSocketShard.<anonymous> (D:\Projects\node\discordbot\node_modules@discordjs\ws\dist\index.js:1173:51) { code: 'InteractionNotReplied' } Node.js v20.11.0
6 replies
DIAdiscord.js - Imagine an app
•Created by ahmed349 on 4/22/2024 in #djs-questions
error importing json
5 replies