Mark
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
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
Are you using create-discord-bot? If so, the code it produces and the guide don't match up, as they were written at two different times. There is internal discussion to update the guide, although I don't know the status of the changes. What's your current code, and what are you trying to do? Do you have a good grasp of JS and TS to begin with?
33 replies
DIAdiscord.js - Imagine an app
•Created by Tercan on 3/15/2025 in #djs-questions
Multi language Bot
why would you be deploying after every interaction? why not just re-deploy when a specific command (eg.
/set language
) is used?21 replies
DIAdiscord.js - Imagine an app
•Created by ! Kaizaki on 3/14/2025 in #djs-questions
help for discord sdk
you'd want to ask in ddevs in #useful-servers , as d.js does not cover the sdk
3 replies
DIAdiscord.js - Imagine an app
•Created by YourPalLex on 3/10/2025 in #djs-questions
need help, my bot seems to turn on & go online but no response from it with anything.
and GuildMessages intent in addition to the MessageContent intent
6 replies
DIAdiscord.js - Imagine an app
•Created by GHOSTIEBEAR on 2/27/2025 in #djs-questions
node.js error
please see canvas support or #other-js-ts , but it looks like you'd need to reinstall/compile node, since you updated node since you last installed canvas
4 replies