darp
darp
DIAdiscord.js - Imagine an app
Created by Khalid on 5/17/2024 in #djs-questions
Can’t create channels
For tickets private threads are better
28 replies
DIAdiscord.js - Imagine an app
Created by Khalid on 5/17/2024 in #djs-questions
Can’t create channels
Guilds can have 500 channels maximum
28 replies
DIAdiscord.js - Imagine an app
Created by sproj003 ♿ on 5/16/2024 in #djs-questions
React to message with emoji
Put \ before emoji to get unicode value
9 replies
DIAdiscord.js - Imagine an app
Created by sproj003 ♿ on 5/16/2024 in #djs-questions
React to message with emoji
like so: '💀'
9 replies
DIAdiscord.js - Imagine an app
Created by sproj003 ♿ on 5/16/2024 in #djs-questions
React to message with emoji
Emojis need to be unicode
9 replies
DIAdiscord.js - Imagine an app
Created by sproj003 ♿ on 5/16/2024 in #djs-questions
React to message with emoji
error?
9 replies
DIAdiscord.js - Imagine an app
Created by (GS) on 5/15/2024 in #djs-questions
"Invalid Form Body" when using sendPremiumRequired()
well thats discord side error
6 replies
DIAdiscord.js - Imagine an app
Created by Joãozinho on 5/14/2024 in #djs-questions
Can I set the slash only for those who have a certain role?
integrations > <bot> > commands
9 replies
DIAdiscord.js - Imagine an app
Created by Joãozinho on 5/14/2024 in #djs-questions
Can I set the slash only for those who have a certain role?
well you can only via oauth2/discord ui
9 replies
DIAdiscord.js - Imagine an app
Created by Joãozinho on 5/14/2024 in #djs-questions
Can I set the slash only for those who have a certain role?
9 replies
DIAdiscord.js - Imagine an app
Created by Joãozinho on 5/14/2024 in #djs-questions
Can I set the slash only for those who have a certain role?
bots cannot set that
9 replies
DIAdiscord.js - Imagine an app
Created by thaferra on 5/13/2024 in #djs-questions
"The application is not responding"
so i agree
15 replies
DIAdiscord.js - Imagine an app
Created by thaferra on 5/13/2024 in #djs-questions
"The application is not responding"
well i dont use d.js now
15 replies
DIAdiscord.js - Imagine an app
Created by constt 🎄❄ on 5/13/2024 in #djs-questions
delete channels
yeah?
33 replies
DIAdiscord.js - Imagine an app
Created by thaferra on 5/13/2024 in #djs-questions
"The application is not responding"
you call it, do something, then followup:
await interaction.deferReply();
await expensiveOperation(); // say thats I/O that takes more than 3 seconds
await interaction.editReply('I did expensive operation');
await interaction.deferReply();
await expensiveOperation(); // say thats I/O that takes more than 3 seconds
await interaction.editReply('I did expensive operation');
15 replies
DIAdiscord.js - Imagine an app
Created by thaferra on 5/13/2024 in #djs-questions
"The application is not responding"
this is not how you use deferReply
15 replies
DIAdiscord.js - Imagine an app
Created by constt 🎄❄ on 5/13/2024 in #djs-questions
delete channels
why you need it?
33 replies
DIAdiscord.js - Imagine an app
Created by thaferra on 5/13/2024 in #djs-questions
"The application is not responding"
you have 3 seconds to respond to interaction
15 replies
DIAdiscord.js - Imagine an app
Created by ThatGuy553 on 5/12/2024 in #djs-questions
Validate Slash command text
no
4 replies