mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 13:56:25 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -33,13 +33,11 @@ module.exports = class DrakepostingCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'nah',
|
||||
prompt: 'What text should be the "nah"?',
|
||||
type: 'string',
|
||||
max: 500
|
||||
},
|
||||
{
|
||||
key: 'yeah',
|
||||
prompt: 'What text should be the "yeah"?',
|
||||
type: 'string',
|
||||
max: 500
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user