From 159aaaf1b66fb168fb14ce71a901b99e5352907b Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sat, 26 Aug 2017 01:40:34 +0000 Subject: [PATCH] More --- commands/games/hangman.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/commands/games/hangman.js b/commands/games/hangman.js index 9e7d1ae1..069d47ae 100644 --- a/commands/games/hangman.js +++ b/commands/games/hangman.js @@ -9,8 +9,7 @@ module.exports = class HangmanCommand extends Command { name: 'hangman', group: 'games', memberName: 'hangman', - description: 'Play a game of hangman.', - guildOnly: true + description: 'Play a game of hangman.' }); this.playing = new Set();