mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-14 00:08:06 +02:00
client.phone should be a Collection
This commit is contained in:
@@ -20,6 +20,6 @@ module.exports = class XiaoClient extends CommandoClient {
|
|||||||
this.pokemon = new PokemonStore();
|
this.pokemon = new PokemonStore();
|
||||||
this.memePoster = new MemePoster(this);
|
this.memePoster = new MemePoster(this);
|
||||||
this.games = new Collection();
|
this.games = new Collection();
|
||||||
this.phone = new Map();
|
this.phone = new Collection();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user