Maksym_Tyvoniuk
Maksym_Tyvoniuk
DIAdiscord.js - Imagine an app
Created by Maksym_Tyvoniuk on 3/15/2025 in #djs-questions
Internal Server Error
Hello everyone. I am developing an anti-nuke bot. When I try to block the nuke bot, I get an error
HTTPError: Internal Server Error
at handleErrors (C:\Users\tivon\OneDrive\Документи\AntiLink2.0\node_modules\@discordjs\rest\dist\index.js:720:11)
at SequentialHandler.runRequest (C:\Users\tivon\OneDrive\Документи\AntiLink2.0\node_modules\@discordjs\rest\dist\index.js:1128:29)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async SequentialHandler.queueRequest (C:\Users\tivon\OneDrive\Документи\AntiLink2.0\node_modules\@discordjs\rest\dist\index.js:959:14)
at async _REST.request (C:\Users\tivon\OneDrive\Документи\AntiLink2.0\node_modules\@discordjs\rest\dist\index.js:1272:22)
at async GuildBanManager.create (C:\Users\tivon\OneDrive\Документи\AntiLink2.0\node_modules\discord.js\src\managers\GuildBanManager.js:169:5)
at async freezeUser (file:///C:/Users/tivon/OneDrive/%D0%94%D0%BE%D0%BA%D1%83%D0%BC%D0%B5%D0%BD%D1%82%D0%B8/AntiLink2.0/events/onChannelDelete.js:149:13)
at async Immediate.<anonymous> (file:///C:/Users/tivon/OneDrive/%D0%94%D0%BE%D0%BA%D1%83%D0%BC%D0%B5%D0%BD%D1%82%D0%B8/AntiLink2.0/events/onChannelCreate.js:109:25) {
requestBody: { files: undefined, json: { delete_message_seconds: undefined } },
status: 500,
method: 'PUT',
url: 'https://discord.com/api/v10/guilds/1219280767704633366/bans/1292052160758153278'
}
HTTPError: Internal Server Error
at handleErrors (C:\Users\tivon\OneDrive\Документи\AntiLink2.0\node_modules\@discordjs\rest\dist\index.js:720:11)
at SequentialHandler.runRequest (C:\Users\tivon\OneDrive\Документи\AntiLink2.0\node_modules\@discordjs\rest\dist\index.js:1128:29)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async SequentialHandler.queueRequest (C:\Users\tivon\OneDrive\Документи\AntiLink2.0\node_modules\@discordjs\rest\dist\index.js:959:14)
at async _REST.request (C:\Users\tivon\OneDrive\Документи\AntiLink2.0\node_modules\@discordjs\rest\dist\index.js:1272:22)
at async GuildBanManager.create (C:\Users\tivon\OneDrive\Документи\AntiLink2.0\node_modules\discord.js\src\managers\GuildBanManager.js:169:5)
at async freezeUser (file:///C:/Users/tivon/OneDrive/%D0%94%D0%BE%D0%BA%D1%83%D0%BC%D0%B5%D0%BD%D1%82%D0%B8/AntiLink2.0/events/onChannelDelete.js:149:13)
at async Immediate.<anonymous> (file:///C:/Users/tivon/OneDrive/%D0%94%D0%BE%D0%BA%D1%83%D0%BC%D0%B5%D0%BD%D1%82%D0%B8/AntiLink2.0/events/onChannelCreate.js:109:25) {
requestBody: { files: undefined, json: { delete_message_seconds: undefined } },
status: 500,
method: 'PUT',
url: 'https://discord.com/api/v10/guilds/1219280767704633366/bans/1292052160758153278'
}
What could be the reasons for this?
6 replies
DIAdiscord.js - Imagine an app
Created by Maksym_Tyvoniuk on 1/30/2025 in #djs-questions
Put all webhooks in choices
Hi, is it possible to fetch all guild webhooks, and put them to the choices in slash command?
6 replies
DIAdiscord.js - Imagine an app
Created by Maksym_Tyvoniuk on 1/27/2025 in #djs-questions
Error with modals
Hello, I just want to create 2 modal which shows one by one but I got this error:
Error showing modal: TypeError: interaction.showModal is not a function
at show_modal_two (C:\Users\tivon\OneDrive\Документи\GitHub\uMineBot\events\applications.js:153:27)
at Object.execute (C:\Users\tivon\OneDrive\Документи\GitHub\uMineBot\events\applications.js:33:27)
at Client.<anonymous> (C:\Users\tivon\OneDrive\Документи\GitHub\uMineBot\bot.js:34:44)
at Client.emit (node:events:536:35)
at InteractionCreateAction.handle (C:\Users\tivon\OneDrive\Документи\GitHub\uMineBot\node_modules\discord.js\src\client\actions\InteractionCreate.js:97:12)
at module.exports [as INTERACTION_CREATE] (C:\Users\tivon\OneDrive\Документи\GitHub\uMineBot\node_modules\discord.js\src\client\websocket\handlers\INTERACTION_CREATE.js:4:36)
at WebSocketManager.handlePacket (C:\Users\tivon\OneDrive\Документи\GitHub\uMineBot\node_modules\discord.js\src\client\websocket\WebSocketManager.js:348:31)
at WebSocketManager.<anonymous> (C:\Users\tivon\OneDrive\Документи\GitHub\uMineBot\node_modules\discord.js\src\client\websocket\WebSocketManager.js:232:12)
at WebSocketManager.emit (C:\Users\tivon\OneDrive\Документи\GitHub\uMineBot\node_modules\@vladfrangu\async_event_emitter\dist\index.cjs:287:31)
at WebSocketShard.<anonymous> (C:\Users\tivon\OneDrive\Документи\GitHub\uMineBot\node_modules\discord.js\node_modules\@discordjs\ws\dist\index.js:1190:51)
(node:20648) Warning: Supplying "ephemeral" for interaction response options is deprecated. Utilize flags instead.
Error showing modal: TypeError: interaction.showModal is not a function
at show_modal_two (C:\Users\tivon\OneDrive\Документи\GitHub\uMineBot\events\applications.js:153:27)
at Object.execute (C:\Users\tivon\OneDrive\Документи\GitHub\uMineBot\events\applications.js:33:27)
at Client.<anonymous> (C:\Users\tivon\OneDrive\Документи\GitHub\uMineBot\bot.js:34:44)
at Client.emit (node:events:536:35)
at InteractionCreateAction.handle (C:\Users\tivon\OneDrive\Документи\GitHub\uMineBot\node_modules\discord.js\src\client\actions\InteractionCreate.js:97:12)
at module.exports [as INTERACTION_CREATE] (C:\Users\tivon\OneDrive\Документи\GitHub\uMineBot\node_modules\discord.js\src\client\websocket\handlers\INTERACTION_CREATE.js:4:36)
at WebSocketManager.handlePacket (C:\Users\tivon\OneDrive\Документи\GitHub\uMineBot\node_modules\discord.js\src\client\websocket\WebSocketManager.js:348:31)
at WebSocketManager.<anonymous> (C:\Users\tivon\OneDrive\Документи\GitHub\uMineBot\node_modules\discord.js\src\client\websocket\WebSocketManager.js:232:12)
at WebSocketManager.emit (C:\Users\tivon\OneDrive\Документи\GitHub\uMineBot\node_modules\@vladfrangu\async_event_emitter\dist\index.cjs:287:31)
at WebSocketShard.<anonymous> (C:\Users\tivon\OneDrive\Документи\GitHub\uMineBot\node_modules\discord.js\node_modules\@discordjs\ws\dist\index.js:1190:51)
(node:20648) Warning: Supplying "ephemeral" for interaction response options is deprecated. Utilize flags instead.
How to fix it?
3 replies
DIAdiscord.js - Imagine an app
Created by Maksym_Tyvoniuk on 1/21/2025 in #djs-questions
Question about choices
No description
2 replies
DIAdiscord.js - Imagine an app
Created by Maksym_Tyvoniuk on 1/19/2025 in #djs-questions
Small question
No description
7 replies