1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-21 21:20:56 +03:00

Permission validation, PunishmentOption and that's it...?

Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
Macintxsh 2024-04-08 16:38:03 +03:00
parent 422becf6c6
commit 1e9e1b4bb2
Signed by: mctaylors
GPG key ID: 7181BEBE676903C1
6 changed files with 61 additions and 3 deletions

View file

@ -798,4 +798,7 @@
<data name="WarnThresholdExceededDescription" xml:space="preserve">
<value>Increase the Warn Threshold or set a Warn Punishment.</value>
</data>
<data name="InvalidWarnPunishment" xml:space="preserve">
<value>Invalid Warn Punishment is set.</value>
</data>
</root>

View file

@ -798,4 +798,7 @@
<data name="WarnThresholdExceededDescription" xml:space="preserve">
<value>Увеличьте порог предупреждения или установите наказание за предупреждение.</value>
</data>
<data name="InvalidWarnPunishment" xml:space="preserve">
<value>Установлено неверное наказание за предупреждение.</value>
</data>
</root>