diff --git a/commands/admin/prune.js b/commands/admin/prune.js index a98d4c92..dec1025e 100644 --- a/commands/admin/prune.js +++ b/commands/admin/prune.js @@ -8,7 +8,7 @@ class PruneCommand extends Command { args: [ { id: "amount", - type: "string" + type: "integer" } ], clientPermissions: ['MANAGE_MESSAGES'],