mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Add rateLimit event (#2019)
* add ratelimited event * add some useful props * death * more death * Update tester1000.js * Update RequestHandler.js
This commit is contained in:
@@ -10,6 +10,7 @@ client.on('debug', log);
|
||||
client.on('ready', () => {
|
||||
log('READY', client.user.tag, client.user.id);
|
||||
});
|
||||
client.on('rateLimit', log);
|
||||
|
||||
const commands = {
|
||||
eval: message => {
|
||||
|
||||
Reference in New Issue
Block a user