I'm working on a discord bot integrated in a minecraft plugin and when I try to close the server the bot should send a embed message with the server log but it just give me the error net.dv8tion.jda.internal.requests.RateLimiter How can I fix this?
Code:
`
@Override
public void onDisable() {
I'm working on a discord bot integrated in a minecraft plugin and when I try to close the server the bot should send a embed message with the server log but it just give me the error net.dv8tion.jda.internal.requests.RateLimiter How can I fix this? Code: `
@Override public void onDisable() {
} `