mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -26,7 +26,6 @@ module.exports = class AnagramicaCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'time',
|
||||
prompt: 'How long should the game last in seconds? Max 90, min 15.',
|
||||
type: 'integer',
|
||||
default: 45,
|
||||
max: 90,
|
||||
|
||||
Reference in New Issue
Block a user