Mark
Mark
DIAdiscord.js - Imagine an app
Created by #ToiYeuSweetLiquor <3 on 4/22/2025 in #djs-questions
Deno or Bun support ?
yes
5 replies
DIAdiscord.js - Imagine an app
Created by BastiGameツ on 4/16/2025 in #djs-questions
Error with guild.members.me
33 replies
DIAdiscord.js - Imagine an app
Created by BastiGameツ on 4/16/2025 in #djs-questions
Error with guild.members.me
it should only be null if you're removing it from cache somehow, such as with a sweeper
33 replies
DIAdiscord.js - Imagine an app
Created by materwelon on 4/12/2025 in #djs-questions
Issue while creating a category with permission overrides
the bot also needs the permission it's allowing or denying
75 replies
DIAdiscord.js - Imagine an app
Created by Hittrop on 4/11/2025 in #djs-questions
Voice Status
this is not related to d.js. the lib supports documented endpoints in the api, so unless and until discord documents it, there is no support for it here
3 replies
DIAdiscord.js - Imagine an app
Created by xxwzy on 4/2/2025 in #djs-questions
Question
you can set a list of choices in the string option, it's that or autocomplete
8 replies
DIAdiscord.js - Imagine an app
Created by jay on 3/31/2025 in #djs-questions
Can someone please take a look at my code please? Rate limited constantly
if it gets stuck there, it's because you're rate limited because you deployed too many commands in a 24 hour period
36 replies
DIAdiscord.js - Imagine an app
Created by jay on 3/31/2025 in #djs-questions
Can someone please take a look at my code please? Rate limited constantly
it should be a separate file that you run when you need to deploy
36 replies
DIAdiscord.js - Imagine an app
Created by jay on 3/31/2025 in #djs-questions
Can someone please take a look at my code please? Rate limited constantly
you shouldn't update commands on an interval. you should know when they change, so you make the changes, then redeploy manually
36 replies
DIAdiscord.js - Imagine an app
Created by jay on 3/31/2025 in #djs-questions
Can someone please take a look at my code please? Rate limited constantly
what logs are you getting to indicate you're being rate limited?
36 replies
DIAdiscord.js - Imagine an app
Created by Lumi on 3/28/2025 in #djs-questions
Subscription's question
That would be a question for the ddevs server in #useful-servers because it's a question of what the API will do
4 replies
DIAdiscord.js - Imagine an app
Created by Vico on 3/23/2025 in #djs-questions
Server Member Applications processing
It's not documented yet. When discord documents it, then d.js will be updated to have methods for it
5 replies
DIAdiscord.js - Imagine an app
Created by coconut on 3/20/2025 in #djs-questions
Discord Rate Limit for Channel Creation
Why not use the guild template feature for this
16 replies
DIAdiscord.js - Imagine an app
Created by coconut on 3/20/2025 in #djs-questions
Discord Rate Limit for Channel Creation
There are global rate limits and also route specific ones
16 replies
DIAdiscord.js - Imagine an app
Created by lisekilis on 3/16/2025 in #djs-questions
idiot can't figure out how a (ts) bot project should look like
You can use the builder if you want, then just use toJSON() at the end
33 replies
DIAdiscord.js - Imagine an app
Created by lisekilis on 3/16/2025 in #djs-questions
idiot can't figure out how a (ts) bot project should look like
The general idea here would be to learn the concept of how slash commands work, then use that to copy and modify the ping command in the cdb template to have an attachment option
33 replies