teletvbis_
teletvbis_
DIAdiscord.js - Imagine an app
Created by KingBaboon on 12/17/2023 in #djs-questions
How to add options to a slash command?
you can check if use has a role that can use the command in your execute
26 replies
DIAdiscord.js - Imagine an app
Created by teletvbis_ on 12/16/2023 in #djs-questions
Deploying commands not working.
(And I had a headache)
29 replies
DIAdiscord.js - Imagine an app
Created by teletvbis_ on 12/16/2023 in #djs-questions
Deploying commands not working.
Alright, it got fixed. Ty so much because I literally was thinking about it the whole day.
29 replies
DIAdiscord.js - Imagine an app
Created by teletvbis_ on 12/16/2023 in #djs-questions
Deploying commands not working.
sad
29 replies
DIAdiscord.js - Imagine an app
Created by teletvbis_ on 12/16/2023 in #djs-questions
Deploying commands not working.
@polarwolvinny ❄ 🌈 can it be empty btw?
29 replies
DIAdiscord.js - Imagine an app
Created by teletvbis_ on 12/16/2023 in #djs-questions
Deploying commands not working.
okay... one command had duplicate name
29 replies
DIAdiscord.js - Imagine an app
Created by teletvbis_ on 12/16/2023 in #djs-questions
Deploying commands not working.
it worked with 3 categories
29 replies
DIAdiscord.js - Imagine an app
Created by teletvbis_ on 12/16/2023 in #djs-questions
Deploying commands not working.
defo my commands problem
29 replies
DIAdiscord.js - Imagine an app
Created by teletvbis_ on 12/16/2023 in #djs-questions
Deploying commands not working.
hmmm ok
29 replies
DIAdiscord.js - Imagine an app
Created by teletvbis_ on 12/16/2023 in #djs-questions
Deploying commands not working.
still the same
29 replies
DIAdiscord.js - Imagine an app
Created by teletvbis_ on 12/16/2023 in #djs-questions
Deploying commands not working.
29 replies
DIAdiscord.js - Imagine an app
Created by teletvbis_ on 12/16/2023 in #djs-questions
Deploying commands not working.
lemme test
29 replies
DIAdiscord.js - Imagine an app
Created by teletvbis_ on 12/16/2023 in #djs-questions
Deploying commands not working.
now everything has
29 replies
DIAdiscord.js - Imagine an app
Created by teletvbis_ on 12/16/2023 in #djs-questions
Deploying commands not working.
Still, the same problem.
29 replies
DIAdiscord.js - Imagine an app
Created by teletvbis_ on 12/16/2023 in #djs-questions
Deploying commands not working.
Okay... lot of them had missing descriptions
29 replies
DIAdiscord.js - Imagine an app
Created by teletvbis_ on 12/16/2023 in #djs-questions
Deploying commands not working.
and all of my commands have "name" and "description"
29 replies
DIAdiscord.js - Imagine an app
Created by teletvbis_ on 12/16/2023 in #djs-questions
Deploying commands not working.
it was data.length
29 replies
DIAdiscord.js - Imagine an app
Created by teletvbis_ on 12/16/2023 in #djs-questions
Deploying commands not working.
is the code right btw?
29 replies
DIAdiscord.js - Imagine an app
Created by teletvbis_ on 12/16/2023 in #djs-questions
Deploying commands not working.
Versions - Discord.js: [email protected] - Node: v20.10.0
29 replies
DIAdiscord.js - Imagine an app
Created by teletvbis_ on 12/16/2023 in #djs-questions
Deploying commands not working.
The client interface:
export interface XeerClient extends Client {
commands: Collection<string, SlashCommand>
}
export interface XeerClient extends Client {
commands: Collection<string, SlashCommand>
}
29 replies