changed args "string" to "interger"
This commit is contained in:
parent
37f8e97650
commit
229cbd8546
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class PruneCommand extends Command {
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
id: "amount",
|
id: "amount",
|
||||||
type: "string"
|
type: "integer"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
clientPermissions: ['MANAGE_MESSAGES'],
|
clientPermissions: ['MANAGE_MESSAGES'],
|
||||||
|
|
Loading…
Reference in a new issue