Panda
DIAdiscord.js - Imagine an app
•Created by Panda on 6/21/2023 in #djs-questions
SequelizeDatabaseError because of array?
Hello 👋
So I am trying to make a database
This code works just fine
But once I try to do this but with an array I get an arror
ERROR:
I'd appreciate some help ;D
6 replies
DIAdiscord.js - Imagine an app
•Created by Panda on 6/20/2023 in #djs-questions
Using Buttons Properly
6 replies
DIAdiscord.js - Imagine an app
•Created by Panda on 6/20/2023 in #djs-questions
Getting a Type Error on getApplicationCommand function
Hello 👋
I have been learning how to make a discord bot and wanted to make an advanced command + event handler.
One of the things that I have found that I have to do is the
getApplicationCommand.js
function
Here is the code for said file
For some reason, I get this error: TypeError: Cannot read properties of undefined (reading 'fetch')
Any ideas?17 replies
DIAdiscord.js - Imagine an app
•Created by Panda on 2/26/2023 in #djs-questions
Bot treating register-commands.js file like its not there.
This is my index.js
And this is my register-commands.js
It doesn't recognise that the file exists, and im not getting my /ping command in discord
24 replies