mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-14 15:57:42 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -34,14 +34,12 @@ module.exports = class RipCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'user',
|
||||
prompt: 'Which user would you like to edit the avatar of?',
|
||||
type: 'user',
|
||||
default: msg => msg.author
|
||||
},
|
||||
{
|
||||
key: 'cause',
|
||||
label: 'cause of death',
|
||||
prompt: 'What was the cause of death?',
|
||||
type: 'string',
|
||||
default: ''
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user