treble/luna
DIAdiscord.js - Imagine an app
•Created by MartialAssault on 5/8/2025 in #djs-questions
Registering multiple commands for many guilds
they should show both global and guild commands
22 replies
DIAdiscord.js - Imagine an app
•Created by MartialAssault on 5/8/2025 in #djs-questions
Registering multiple commands for many guilds
only your premium commands
22 replies
DIAdiscord.js - Imagine an app
•Created by MartialAssault on 5/8/2025 in #djs-questions
Registering multiple commands for many guilds
and deploy your premium commands to that guild only
22 replies
DIAdiscord.js - Imagine an app
•Created by MartialAssault on 5/8/2025 in #djs-questions
Registering multiple commands for many guilds
use global commands for your 25 guilds
22 replies
DIAdiscord.js - Imagine an app
•Created by MartialAssault on 5/8/2025 in #djs-questions
Registering multiple commands for many guilds
just PUT an empty array to that route
22 replies
DIAdiscord.js - Imagine an app
•Created by MartialAssault on 5/8/2025 in #djs-questions
Registering multiple commands for many guilds
so pass the entire array, and run it only when you add or edit command data
22 replies
DIAdiscord.js - Imagine an app
•Created by MartialAssault on 5/8/2025 in #djs-questions
Registering multiple commands for many guilds
PUT overrides with what you pass
22 replies
DIAdiscord.js - Imagine an app
•Created by MartialAssault on 5/8/2025 in #djs-questions
Registering multiple commands for many guilds
no need to delete your commands
22 replies
DIAdiscord.js - Imagine an app
•Created by MartialAssault on 5/8/2025 in #djs-questions
Registering multiple commands for many guilds
use REST, and use a PUT call
22 replies
DIAdiscord.js - Imagine an app
•Created by MartialAssault on 5/8/2025 in #djs-questions
Registering multiple commands for many guilds
because as far as i can see, your approach would get you ratelimited in an instant indeed
22 replies
DIAdiscord.js - Imagine an app
•Created by MartialAssault on 5/8/2025 in #djs-questions
Registering multiple commands for many guilds
you should preferably use REST yes, you dont need to deploy every time your bot starts
22 replies
DIAdiscord.js - Imagine an app
•Created by 01_ixfox on 5/7/2025 in #djs-questions
Attachment Issue
without the embed
33 replies
DIAdiscord.js - Imagine an app
•Created by 01_ixfox on 5/7/2025 in #djs-questions
Attachment Issue
just send them directly
33 replies
DIAdiscord.js - Imagine an app
•Created by 01_ixfox on 5/7/2025 in #djs-questions
Attachment Issue
because discord didnt make it so, you have to ask them
33 replies
DIAdiscord.js - Imagine an app
•Created by 01_ixfox on 5/7/2025 in #djs-questions
Attachment Issue
also embeds cant show videos
33 replies
DIAdiscord.js - Imagine an app
•Created by 𝙄𝙎𝙃𝙒𝘼𝙍 </> on 5/6/2025 in #djs-questions
Discord.js
if you have basic js knowledge
10 replies
DIAdiscord.js - Imagine an app
•Created by 𝙄𝙎𝙃𝙒𝘼𝙍 </> on 5/6/2025 in #djs-questions
Discord.js
the guide is easy to understand
10 replies
DIAdiscord.js - Imagine an app
•Created by 𝙄𝙎𝙃𝙒𝘼𝙍 </> on 5/6/2025 in #djs-questions
Discord.js
by following the guide
10 replies
DIAdiscord.js - Imagine an app
•Created by Araksito on 5/6/2025 in #djs-questions
Does anyone know how to give XP to a user who is in a voice channel
xp based on? on time? Simply calculate the time they were in the vc (by tracking the voiceStateUpdate event)
4 replies
DIAdiscord.js - Imagine an app
•Created by kama on 5/4/2025 in #djs-questions
How to handle multiple tokens.
because as of whats mentioned before, and in general its bad practice to run multiple bots in a single process
35 replies