We are once again accepting orders!
If you're looking for a plugin, Discord bot, Twitter bot, IRC bot or really just any kind of software at all we can help! Just join our Discord and whatever you need we can make :)
Could make an enum
public enum Test {
TEST1("This is a string"),
TEST2("This is another string");
private String message;
private Test(String message) {
this.message = message;
}
public String getMessage() {
return this.message;
}
}
Then just
Test.TEST1.getMessage()
Exactly what would have to happen to respect the rate-limit, I could do it for you easily I'm just saying it will be rate-limited and would be way easier to just send in a channel.
https://discord.gg/ZH9jCA9
As someone who made a large bot, yes they do. Dyno and other bots have tons of webhooks they also use to extend these rate-limits (not possible in DMs).
Rate-limits are often per-channel or server, not just globally.
Here's a nice table for you:
REST:
POST Message | 5/5s |...
Easy to make but will get rate-limited extremely quick and also can just be generally annoying for users. Can't you just make a @here or @everyone in a channel?
I think that's a pretty hard question to answer, everyone will say themselves or someone they know.
So, why not join in. I've made a lot of bots for Discord over the years, most notably FlareBot which at peak was in almost 50,000 servers.
If you ever need anything done, just let me know :)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.