mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 13:56:43 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -13,7 +13,6 @@ module.exports = class PhoneBlockCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'id',
|
||||
prompt: 'What is the ID of the channel or user you would like to block?',
|
||||
type: 'string'
|
||||
}
|
||||
]
|
||||
|
||||
@@ -16,7 +16,6 @@ module.exports = class PhoneCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'count',
|
||||
prompt: 'Do you want to get the count of phone servers?',
|
||||
type: 'string',
|
||||
default: '',
|
||||
parse: count => count.toLowerCase()
|
||||
|
||||
Reference in New Issue
Block a user