Phone Command

This commit is contained in:
Dragon Fire
2020-02-28 15:03:41 -05:00
parent d1970d2262
commit 9d5879c8c6
9 changed files with 120 additions and 4 deletions
+1
View File
@@ -20,5 +20,6 @@ module.exports = class XiaoClient extends CommandoClient {
this.pokemon = new PokemonStore();
this.memePoster = new MemePoster(this);
this.games = new Collection();
this.phone = new Map();
}
};