don't override class power levels with bot power level
This commit is contained in:
parent
e4ceb91757
commit
076bcea553
1 changed files with 1 additions and 0 deletions
|
|
@ -249,6 +249,7 @@ class PangeaController {
|
|||
} else if (space.getPowerLevelByUserId(BotName.byEnvironment) <
|
||||
ClassDefaultValues.powerLevelOfAdmin) {
|
||||
try {
|
||||
await space.postLoad();
|
||||
await space.setPower(
|
||||
BotName.byEnvironment,
|
||||
ClassDefaultValues.powerLevelOfAdmin,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue