From 604123a47eee36b8ef7f632ffb9177331a19dab7 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sat, 2 Sep 2017 03:14:22 +0000 Subject: [PATCH] Set it guildOnly --- commands/games/wizard-convention.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/games/wizard-convention.js b/commands/games/wizard-convention.js index a51147fc..7208b74a 100644 --- a/commands/games/wizard-convention.js +++ b/commands/games/wizard-convention.js @@ -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();