1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-01 19:49:55 +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

@ -475,7 +475,7 @@ namespace Boyfriend {
}
/// <summary>
/// Looks up a localized string similar to {0} muted {1} for {2}.
/// Looks up a localized string similar to {0} muted {1} for {2}{3}.
/// </summary>
internal static string MemberMuted {
get {
@ -573,6 +573,15 @@ namespace Boyfriend {
}
}
/// <summary>
/// Looks up a localized string similar to {0}This punishment will expire &lt;t:{1}:R&gt;.
/// </summary>
internal static string PunishmentExpiresIn {
get {
return ResourceManager.GetString("PunishmentExpiresIn", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0}I&apos;m ready! (C#).
/// </summary>
@ -673,7 +682,7 @@ namespace Boyfriend {
}
/// <summary>
/// Looks up a localized string similar to {0} banned {1} for {2}.
/// Looks up a localized string similar to {0} banned {1} for {2}{3}.
/// </summary>
internal static string UserBanned {
get {