forked from Galactic/galactic-bot
Move prune silent argument up so it cannot be confused with startswith
This commit is contained in:
parent
6ec4768cfa
commit
1ddb4badff
@ -19,6 +19,12 @@ class PruneCommand extends Command {
|
||||
"10 bot spam -b"
|
||||
],
|
||||
arguments: [
|
||||
{
|
||||
name: 'silent',
|
||||
type: 'BOOLEAN',
|
||||
types: ['FLAG'],
|
||||
default: true
|
||||
},
|
||||
{
|
||||
name: 'users',
|
||||
aliases: [
|
||||
@ -148,12 +154,6 @@ class PruneCommand extends Command {
|
||||
type: 'BOOLEAN',
|
||||
types: ['FLAG'],
|
||||
default: true
|
||||
},
|
||||
{
|
||||
name: 'silent',
|
||||
type: 'BOOLEAN',
|
||||
types: ['FLAG'],
|
||||
default: true
|
||||
}
|
||||
],
|
||||
guildOnly: true,
|
||||
|
Loading…
Reference in New Issue
Block a user