Interface

PowerLevelBounds

PowerLevelBounds

Information on the bounds of a power level change a user can apply.

View Source models/PowerLevels.ts, line 119

Members

boolean

# canModify

Whether or not the user can even modify the power level of the user. This will be false if the user can't send power level events, or the user is unobtainably high in power.

View Source models/PowerLevels.ts, line 123

number

# maximumPossibleLevel

The maximum possible power level the user can set on the target user.

View Source models/PowerLevels.ts, line 130