mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 17:43:30 +01:00
fix(Partials): Use more user objects available from the gateway (#4791)
This commit is contained in:
@@ -35,6 +35,7 @@ class ActionsManager {
|
||||
this.register(require('./GuildChannelsPositionUpdate'));
|
||||
this.register(require('./GuildIntegrationsUpdate'));
|
||||
this.register(require('./WebhooksUpdate'));
|
||||
this.register(require('./TypingStart'));
|
||||
}
|
||||
|
||||
register(Action) {
|
||||
|
||||
Reference in New Issue
Block a user