quontas
DIAdiscord.js - Imagine an app
•Created by quontas on 1/31/2024 in #djs-questions
Low Rate Limit ceiling?
I’ve started work on a basic Discord.js bot, and I’ve hit rate limits twice during the development workflow. I’m not doing anything that I think is particularly outlandish:
- I’ve got 2 events set up:
- the first will just acknowledge that the bot has received a message that “@“s them by reacting with 👀 one time
- the second is just the ready event
- I’ve got two commands set up (both are basic “ping” commands)
Yet I’ve been rate limited twice for 45 minutes in the past 24 hours.
Am I doing something improperly? This seems like a harsh rate limit policy for the few requests being made.
11 replies
DIAdiscord.js - Imagine an app
•Created by quontas on 1/30/2024 in #djs-questions
Recommendations for good boilerplate/template projects
Hi! New to Discord.js, very familiar with JavaScript/TypeScript. I was hoping to write a Discord bot for a private server, and I'm at that level of "commitment" where I'd like for the project to be well-structured, but not so much that I'm wanting to do it all myself. Are there any boilerplate/template projects that could help me bootstrap a blank project so that I can conform with best practices without having to develop them myself? Officially-endorsed would be ideal, community-endorsed will work too.
2 replies