mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-14 08:08:34 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -38,13 +38,11 @@ module.exports = class CertificateCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'reason',
|
||||
prompt: 'What is the reason for the award?',
|
||||
type: 'string',
|
||||
max: 30
|
||||
},
|
||||
{
|
||||
key: 'name',
|
||||
prompt: 'What is the name of the person recieving the award?',
|
||||
type: 'string',
|
||||
max: 30,
|
||||
default: msg => msg.author.username
|
||||
|
||||
Reference in New Issue
Block a user