changed args "string" to "interger"

merge-requests/1/head
Loic Bersier 5 years ago
parent 37f8e97650
commit 229cbd8546

@ -8,7 +8,7 @@ class PruneCommand extends Command {
args: [
{
id: "amount",
type: "string"
type: "integer"
}
],
clientPermissions: ['MANAGE_MESSAGES'],

Loading…
Cancel
Save