forked from Galactic/galactic-bot
forgot to update dependson
This commit is contained in:
parent
cb5127049d
commit
e93a4c2acb
@ -41,7 +41,7 @@ class ModerationPoints extends Setting {
|
||||
name: 'points',
|
||||
description: 'Point value',
|
||||
type: 'INTEGER',
|
||||
dependsOn: ['associate', 'type'],
|
||||
dependsOn: ['associate', 'infraction'],
|
||||
dependsOnMode: 'OR',
|
||||
minimum: 0,
|
||||
maximum: 100
|
||||
@ -50,7 +50,7 @@ class ModerationPoints extends Setting {
|
||||
name: 'expire',
|
||||
description: 'How long the points are counted for',
|
||||
type: 'TIME',
|
||||
dependsOn: ['type']
|
||||
dependsOn: ['infraction']
|
||||
},
|
||||
{
|
||||
name: 'infraction',
|
||||
|
Loading…
Reference in New Issue
Block a user