diff --git a/structures/Client.js b/structures/Client.js index 6f6d578f..45b497d3 100644 --- a/structures/Client.js +++ b/structures/Client.js @@ -20,6 +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(); + this.phone = new Collection(); } };