mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 17:43:30 +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:
@@ -194,6 +194,7 @@ exports.VoiceOPCodes = {
|
||||
};
|
||||
|
||||
exports.Events = {
|
||||
RATE_LIMIT: 'rateLimit',
|
||||
READY: 'ready',
|
||||
RESUMED: 'resumed',
|
||||
GUILD_CREATE: 'guildCreate',
|
||||
|
||||
Reference in New Issue
Block a user