mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 05:54:33 +02:00
Set it guildOnly
This commit is contained in:
@@ -10,7 +10,8 @@ module.exports = class WizardConventionCommand extends Command {
|
|||||||
name: 'wizard-convention',
|
name: 'wizard-convention',
|
||||||
group: 'games',
|
group: 'games',
|
||||||
memberName: 'wizard-convention',
|
memberName: 'wizard-convention',
|
||||||
description: 'Who is the Dragon? Who is the healer? Who is the mind reader? Will the Dragon eat them all?'
|
description: 'Who is the Dragon? Who is the healer? Who is the mind reader? Will the Dragon eat them all?',
|
||||||
|
guildOnly: true
|
||||||
});
|
});
|
||||||
|
|
||||||
this.playing = new Set();
|
this.playing = new Set();
|
||||||
|
|||||||
Reference in New Issue
Block a user