From 229cbd85462d3b4ad951ec40615fd62f76fcc074 Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Sun, 30 Dec 2018 01:53:44 +0100 Subject: [PATCH] changed args "string" to "interger" --- commands/admin/prune.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'],