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',
group: 'games',
memberName: 'hangman',
description: 'Play a game of hangman.',
guildOnly: true
description: 'Play a game of hangman.'
});
this.playing = new Set();