AlexCdDg
DIAdiscord.js - Imagine an app
•Created by Solar on 2/21/2024 in #djs-questions
How to delete Application Slash Commands
👍
32 replies
DIAdiscord.js - Imagine an app
•Created by Solar on 2/21/2024 in #djs-questions
How to delete Application Slash Commands
32 replies
DIAdiscord.js - Imagine an app
•Created by Solar on 2/21/2024 in #djs-questions
How to delete Application Slash Commands
Yes
32 replies
DIAdiscord.js - Imagine an app
•Created by Solar on 2/21/2024 in #djs-questions
How to delete Application Slash Commands
By, literally putting " "
32 replies
DIAdiscord.js - Imagine an app
•Created by Solar on 2/21/2024 in #djs-questions
How to delete Application Slash Commands
Ah, true
32 replies
DIAdiscord.js - Imagine an app
•Created by Solar on 2/21/2024 in #djs-questions
How to delete Application Slash Commands
Looks fine
32 replies
DIAdiscord.js - Imagine an app
•Created by Solar on 2/21/2024 in #djs-questions
How to delete Application Slash Commands
Like here
32 replies
DIAdiscord.js - Imagine an app
•Created by Solar on 2/21/2024 in #djs-questions
How to delete Application Slash Commands
Follow that part, and instead of passing commands, pass an empty array (or if you already have the deploy commands file, just modify it and run it)
32 replies
DIAdiscord.js - Imagine an app
•Created by Solar on 2/21/2024 in #djs-questions
How to delete Application Slash Commands
You haven't defined
rest
32 replies
DIAdiscord.js - Imagine an app
•Created by TOPRYUNO on 2/20/2024 in #djs-questions
Button Interactions
No problem 👍
7 replies
DIAdiscord.js - Imagine an app
•Created by TOPRYUNO on 2/20/2024 in #djs-questions
Button Interactions
But
.update
does7 replies
DIAdiscord.js - Imagine an app
•Created by TOPRYUNO on 2/20/2024 in #djs-questions
Button Interactions
Using
<ButtonInteraction>.message.edit
does not acknowledge the interaction7 replies
DIAdiscord.js - Imagine an app
•Created by Tecci on 2/19/2024 in #djs-questions
DM Button not triggering InteractionCreate
You could alternatively send a URL button, or something like that
24 replies
DIAdiscord.js - Imagine an app
•Created by Tecci on 2/19/2024 in #djs-questions
DM Button not triggering InteractionCreate
And I believe it's kind of the same here
24 replies
DIAdiscord.js - Imagine an app
•Created by Tecci on 2/19/2024 in #djs-questions
DM Button not triggering InteractionCreate
You will get that clyde message saying the message cannot be sent because you don't share servers
24 replies
DIAdiscord.js - Imagine an app
•Created by Tecci on 2/19/2024 in #djs-questions
DM Button not triggering InteractionCreate
Mm, no, have you ever tried DMing a bot you don't share servers with?
24 replies
DIAdiscord.js - Imagine an app
•Created by Tecci on 2/19/2024 in #djs-questions
DM Button not triggering InteractionCreate
Im pretty sure, yeah
24 replies
DIAdiscord.js - Imagine an app
•Created by Tecci on 2/19/2024 in #djs-questions
DM Button not triggering InteractionCreate
Because as far as I know, if a bot does not share servers with a user, it cannot receive interactions from DMs
24 replies
DIAdiscord.js - Imagine an app
•Created by Tecci on 2/19/2024 in #djs-questions
DM Button not triggering InteractionCreate
Is the bot banning the member after sending the DM?
24 replies
DIAdiscord.js - Imagine an app
•Created by Robelo06 on 2/12/2024 in #djs-questions
Issue with Select Menu
Remember that values returns an array (as showed in the docs), so you should get the first element of that array, if only one option can be selected at a time
10 replies