remove "all"
This commit is contained in:
parent
43ac7e3ce0
commit
ef625e30ea
1 changed files with 2 additions and 6 deletions
|
@ -13,10 +13,6 @@ class autoresponseCommand extends Command {
|
||||||
prompt: {
|
prompt: {
|
||||||
start: 'Do you want to **enable** or **disable** auto response?',
|
start: 'Do you want to **enable** or **disable** auto response?',
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 'all',
|
|
||||||
type: 'string'
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
clientPermissions: ['SEND_MESSAGES'],
|
clientPermissions: ['SEND_MESSAGES'],
|
||||||
|
@ -24,8 +20,8 @@ class autoresponseCommand extends Command {
|
||||||
channelRestriction: 'guild',
|
channelRestriction: 'guild',
|
||||||
description: {
|
description: {
|
||||||
content: 'enable/disable autoresponse',
|
content: 'enable/disable autoresponse',
|
||||||
usage: '[enable/disable] (optional) [all]',
|
usage: '[enable/disable]',
|
||||||
examples: ['enable all']
|
examples: ['enable']
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue