1
0
Fork 1
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:
l1ttleO 2022-02-12 23:54:45 +05:00
parent 04facc3de2
commit e41a459f6f
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF
6 changed files with 51 additions and 28 deletions

View file

@ -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 &lt;t:{1}:R&gt;</value>
</data>
</root>