mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Only one game per channel for ALL games,
This commit is contained in:
@@ -17,5 +17,6 @@ module.exports = class XiaoClient extends CommandoClient {
|
||||
});
|
||||
this.webhook = new WebhookClient(XIAO_WEBHOOK_ID, XIAO_WEBHOOK_TOKEN, { disableEveryone: true });
|
||||
this.pokemon = new PokemonStore();
|
||||
this.games = new Map();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user