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