changed args "string" to "interger"

This commit is contained in:
Loic Bersier 2018-12-30 01:53:44 +01:00
parent 37f8e97650
commit 229cbd8546

View file

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