Remove GuildDataStore and move towards storing data in Maps

This commit is contained in:
Amish Shah
2016-08-19 19:58:32 +01:00
parent 75ff9fb096
commit ed818d6e7f
13 changed files with 44 additions and 88 deletions

View File

@@ -92,7 +92,7 @@ class ClientDataResolver {
return null;
}
return guild.store.get('members', user.id);
return guild.members.get(user.id);
}
/**