Fixed mute error message double negative
This commit is contained in:
parent
1e7a35eb4d
commit
a45b5c8ba0
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ export const RECOVERABLE_PLUGIN_ERROR_MESSAGES = {
|
|||
[ERRORS.NO_USER_NOTIFICATION_CHANNEL]: "No user notify channel specified",
|
||||
[ERRORS.INVALID_USER_NOTIFICATION_CHANNEL]: "Invalid user notify channel specified",
|
||||
[ERRORS.INVALID_USER]: "Invalid user",
|
||||
[ERRORS.INVALID_MUTE_ROLE_ID]: "Specified mute role is not invalid",
|
||||
[ERRORS.INVALID_MUTE_ROLE_ID]: "Specified mute role is not valid",
|
||||
[ERRORS.MUTE_ROLE_ABOVE_ZEP]: "Specified mute role is above Zeppelin in the role hierarchy",
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue