mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:26:21 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -26,7 +26,6 @@ module.exports = class DoorsCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'door',
|
||||
prompt: 'Which door number do you want to pick? A number from 1-3.',
|
||||
type: 'integer',
|
||||
min: 1,
|
||||
max: 3
|
||||
|
||||
Reference in New Issue
Block a user