This commit is contained in:
Daniel Odendahl Jr
2017-08-26 01:40:34 +00:00
parent b214b19000
commit 159aaaf1b6
+1 -2
View File
@@ -9,8 +9,7 @@ module.exports = class HangmanCommand extends Command {
name: 'hangman', name: 'hangman',
group: 'games', group: 'games',
memberName: 'hangman', memberName: 'hangman',
description: 'Play a game of hangman.', description: 'Play a game of hangman.'
guildOnly: true
}); });
this.playing = new Set(); this.playing = new Set();