mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
Create Member class, stop storing member data separately and merge into one class with a User
This commit is contained in:
@@ -6,8 +6,6 @@ class GuildDataStore extends AbstractDataStore{
|
||||
constructor() {
|
||||
super();
|
||||
|
||||
this.memberData = {};
|
||||
|
||||
this.register('members');
|
||||
this.register('channels');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user