Add Guild.fetchMember

This commit is contained in:
Schuyler Cebulskie
2016-09-06 20:36:58 -04:00
parent f3286402fb
commit c7b4cf3d3f
5 changed files with 41 additions and 6 deletions

View File

@@ -11,6 +11,7 @@ class ActionsManager {
this.register('ChannelUpdate');
this.register('GuildDelete');
this.register('GuildUpdate');
this.register('GuildMemberGet');
this.register('GuildMemberRemove');
this.register('GuildBanRemove');
this.register('GuildRoleCreate');