Almaz
Almaz
DIAdiscord.js - Imagine an app
Created by Almaz on 2/6/2024 in #djs-questions
Bot not answering to the commands without any errors in the console
My bot not answering for all commands index.js - https://srcb.in/BOI6TXVEVF command for example (eval.js) - https://srcb.in/EltbZT0ifD
10 replies
DIAdiscord.js - Imagine an app
Created by Almaz on 12/29/2023 in #djs-questions
Cannot read properties of undefined (reading 'Guilds')
C:\Users\Administrator2\Desktop\discordbots\Core-main>node index.js
C:\Users\Administrator2\Desktop\discordbots\Core-main\index.js:7
const client = new Client({ intents: [GatewayIntentBits.Guilds] });
^

TypeError: Cannot read properties of undefined (reading 'Guilds')
at Object.<anonymous> (C:\Users\Administrator2\Desktop\discordbots\Core-main\index.js:7:57)
at Module._compile (node:internal/modules/cjs/loader:1256:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)
at Module.load (node:internal/modules/cjs/loader:1119:32)
at Module._load (node:internal/modules/cjs/loader:960:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:23:47

Node.js v18.16.1
C:\Users\Administrator2\Desktop\discordbots\Core-main>node index.js
C:\Users\Administrator2\Desktop\discordbots\Core-main\index.js:7
const client = new Client({ intents: [GatewayIntentBits.Guilds] });
^

TypeError: Cannot read properties of undefined (reading 'Guilds')
at Object.<anonymous> (C:\Users\Administrator2\Desktop\discordbots\Core-main\index.js:7:57)
at Module._compile (node:internal/modules/cjs/loader:1256:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)
at Module.load (node:internal/modules/cjs/loader:1119:32)
at Module._load (node:internal/modules/cjs/loader:960:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:23:47

Node.js v18.16.1
Code: https://srcb.in/8sj7eDrmfO
10 replies
DIAdiscord.js - Imagine an app
Created by Almaz on 12/17/2023 in #djs-questions
I have problem with my `Repeat(music)` command.
No description
2 replies
DIAdiscord.js - Imagine an app
Created by Almaz on 12/9/2023 in #djs-questions
Hi! I have a problem with roleinfo command
No description
13 replies
DIAdiscord.js - Imagine an app
Created by Almaz on 11/7/2023 in #djs-questions
I need help with used-commands-logs in console.
No description
3 replies
DIAdiscord.js - Imagine an app
Created by Almaz on 10/24/2023 in #djs-questions
I have problem with loading songs
No description
3 replies
DIAdiscord.js - Imagine an app
Created by Almaz on 9/27/2023 in #djs-questions
How can I log slash commands like this:
No description
65 replies