mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-14 00:08:06 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -42,13 +42,11 @@ module.exports = class EjectCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'user',
|
||||
prompt: 'Which user would you like to edit the avatar of?',
|
||||
type: 'user',
|
||||
default: msg => msg.author
|
||||
},
|
||||
{
|
||||
key: 'imposter',
|
||||
prompt: 'Is the user an imposter?',
|
||||
type: 'boolean',
|
||||
default: ''
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user