mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
Added ClientUser modification support
This commit is contained in:
@@ -18,6 +18,8 @@ class ClientDataStore extends AbstractDataStore{
|
||||
this.token = null;
|
||||
this.session = null;
|
||||
this.user = null;
|
||||
this.email = null;
|
||||
this.password = null;
|
||||
|
||||
this.register('users');
|
||||
this.register('guilds');
|
||||
|
||||
Reference in New Issue
Block a user