diff --git a/structure/client/components/commands/moderation/Prune.js b/structure/client/components/commands/moderation/Prune.js index 7164887..79547d9 100644 --- a/structure/client/components/commands/moderation/Prune.js +++ b/structure/client/components/commands/moderation/Prune.js @@ -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,