1
0
Fork 0

changed args "string" to "interger"

akairo
Loic Bersier 6 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