mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 22:32:52 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -14,7 +14,6 @@ module.exports = class RussianRouletteCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'playersCount',
|
||||
prompt: 'How many players are you expecting to have?',
|
||||
type: 'integer',
|
||||
min: 1,
|
||||
max: 7
|
||||
|
||||
Reference in New Issue
Block a user