Set it guildOnly

This commit is contained in:
Daniel Odendahl Jr
2017-09-02 03:14:22 +00:00
parent 30fef62aa8
commit 604123a47e
+2 -1
View File
@@ -10,7 +10,8 @@ module.exports = class WizardConventionCommand extends Command {
name: 'wizard-convention',
group: 'games',
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();