Harnes
DIAdiscord.js - Imagine an app
•Created by Magikarpe on 10/1/2024 in #djs-questions
errer
Not DJS related.
Use #other-js-ts or #useful-servers
6 replies
DIAdiscord.js - Imagine an app
•Created by jr on 9/3/2024 in #djs-questions
Tracing activity and ratelimits
You can see a full list of events here
8 replies
DIAdiscord.js - Imagine an app
•Created by jr on 9/3/2024 in #djs-questions
Tracing activity and ratelimits
You can still listen to events such as
rateLimited
and response
from <REST>.on()
class or <Client>.rest.on()
to track your requests8 replies
DIAdiscord.js - Imagine an app
•Created by jr on 9/3/2024 in #djs-questions
Tracing activity and ratelimits
I mean there's some exceptions where u still hit it but there's nothing you can do
8 replies
DIAdiscord.js - Imagine an app
•Created by jr on 9/3/2024 in #djs-questions
Tracing activity and ratelimits
You "can't" hit ratelimit as long as you use DiscordJS REST for any request u make - REST will throttle the requests just to avoid hitting ratelimit whenever possible
8 replies
DIAdiscord.js - Imagine an app
•Created by Dylan on 6/10/2024 in #djs-questions
ContextMenuCommandBuilder Permissions
discord.js
exports every package like builders in it7 replies
DIAdiscord.js - Imagine an app
•Created by Dylan on 6/10/2024 in #djs-questions
ContextMenuCommandBuilder Permissions
You should import it from
discord.js
and all your builders too7 replies
DIAdiscord.js - Imagine an app
•Created by Niwa on 5/24/2024 in #djs-questions
Problems with starting up the bot
You can use this
30 replies
DIAdiscord.js - Imagine an app
•Created by Niwa on 5/24/2024 in #djs-questions
Problems with starting up the bot
If you want to read more of it
30 replies
DIAdiscord.js - Imagine an app
•Created by Niwa on 5/24/2024 in #djs-questions
Problems with starting up the bot
If not, do nothing/ignore
30 replies
DIAdiscord.js - Imagine an app
•Created by Niwa on 5/24/2024 in #djs-questions
Problems with starting up the bot
If this flag is there, deploy
30 replies
DIAdiscord.js - Imagine an app
•Created by Niwa on 5/24/2024 in #djs-questions
Problems with starting up the bot
yeah then in your index file check for that flag
30 replies
DIAdiscord.js - Imagine an app
•Created by Niwa on 5/24/2024 in #djs-questions
Problems with starting up the bot
Or im just too lazy
30 replies
DIAdiscord.js - Imagine an app
•Created by Niwa on 5/24/2024 in #djs-questions
Problems with starting up the bot
The best way is just checking for a flag (like
--deploy-commands
) instead of doing another file because (for me) its to much work to every time changing command run deploy script and after that bot30 replies
DIAdiscord.js - Imagine an app
•Created by Fauxborisvv on 3/9/2024 in #djs-questions
Im trying to make a discord bot in replit, Please help
You can get yourself a cheap vps from #resources
13 replies
DIAdiscord.js - Imagine an app
•Created by Fauxborisvv on 3/9/2024 in #djs-questions
Im trying to make a discord bot in replit, Please help
Nothing is good and free at the same time
13 replies
DIAdiscord.js - Imagine an app
•Created by rio on 3/8/2024 in #djs-questions
what should I do if I want to print the string that the user entered in the discord chat ...
And for content you also need to provide message content intent
11 replies
DIAdiscord.js - Imagine an app
•Created by rio on 3/8/2024 in #djs-questions
what should I do if I want to print the string that the user entered in the discord chat ...
For receiving
messageCreate
event you must provide guild messages intent11 replies
DIAdiscord.js - Imagine an app
•Created by </JustTheDev> on 2/29/2024 in #djs-questions
Bot status & guild count
It will work fine as long as you have guilds intent enabled
8 replies
DIAdiscord.js - Imagine an app
•Created by chess_legend on 2/27/2024 in #djs-questions
token error
Show your code
26 replies