mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-08 23:16:28 +03:00
Fix durations blocking command handler thread
Add "This punishment will expire in" text to ban/mute notifications
This commit is contained in:
parent
04facc3de2
commit
e41a459f6f
6 changed files with 51 additions and 28 deletions
|
@ -109,7 +109,7 @@
|
|||
<value>You were banned by {0} in guild {1} for {2}</value>
|
||||
</data>
|
||||
<data name="UserBanned" xml:space="preserve">
|
||||
<value>{0} banned {1} for {2}</value>
|
||||
<value>{0} banned {1} for {2}{3}</value>
|
||||
</data>
|
||||
<data name="PunishmentExpired" xml:space="preserve">
|
||||
<value>Punishment expired</value>
|
||||
|
@ -133,7 +133,7 @@
|
|||
<value>{0} kicked {1} for {2}</value>
|
||||
</data>
|
||||
<data name="MemberMuted" xml:space="preserve">
|
||||
<value>{0} muted {1} for {2}</value>
|
||||
<value>{0} muted {1} for {2}{3}</value>
|
||||
</data>
|
||||
<data name="Milliseconds" xml:space="preserve">
|
||||
<value>ms</value>
|
||||
|
@ -249,4 +249,7 @@
|
|||
<data name="CurrentSettingsReceiveStartupMessages" xml:space="preserve">
|
||||
<value>Receive startup messages (`receiveStartupMessages`): {0}{1}</value>
|
||||
</data>
|
||||
<data name="PunishmentExpiresIn" xml:space="preserve">
|
||||
<value>{0}This punishment will expire <t:{1}:R></value>
|
||||
</data>
|
||||
</root>
|
Loading…
Add table
Add a link
Reference in a new issue