mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Fixed rate limiting
This commit is contained in:
@@ -41,7 +41,8 @@ client.on("message", msg => {
|
||||
}
|
||||
|
||||
if (msg.content === "$$$") {
|
||||
client.reply(msg, "hi!");
|
||||
for(var x = 0; x < 60; x++)
|
||||
client.reply(msg, x);
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user