refactor: guildAvailable, typingStop from Constants (#4861)

Both of these events no longer exist and should not be exposed in
Constants. Typings have been adjusted to correspond to Constants.Events.
This commit is contained in:
Adam Gauthier
2021-06-09 05:43:57 -04:00
committed by GitHub
parent ae78a336e1
commit dda5ee2e9f
2 changed files with 2 additions and 4 deletions

View File

@@ -258,7 +258,6 @@ exports.Events = {
GUILD_DELETE: 'guildDelete',
GUILD_UPDATE: 'guildUpdate',
GUILD_UNAVAILABLE: 'guildUnavailable',
GUILD_AVAILABLE: 'guildAvailable',
GUILD_MEMBER_ADD: 'guildMemberAdd',
GUILD_MEMBER_REMOVE: 'guildMemberRemove',
GUILD_MEMBER_UPDATE: 'guildMemberUpdate',
@@ -295,7 +294,6 @@ exports.Events = {
VOICE_BROADCAST_SUBSCRIBE: 'subscribe',
VOICE_BROADCAST_UNSUBSCRIBE: 'unsubscribe',
TYPING_START: 'typingStart',
TYPING_STOP: 'typingStop',
WEBHOOKS_UPDATE: 'webhookUpdate',
INTERACTION_CREATE: 'interaction',
ERROR: 'error',