mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 08:12:04 +02:00
More
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user