1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-29 10:39:53 +03:00

Change audit output if a message was deleted because of '!clear' (#34)

This commit is contained in:
Macintxsh 2023-05-12 17:56:14 +03:00 committed by GitHub
parent b0fd49fea2
commit 02949656bf
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 3 deletions

9
Messages.Designer.cs generated
View file

@ -1120,5 +1120,14 @@ namespace Boyfriend {
return ResourceManager.GetString("InvalidRemindIn", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Deleted message using cleanup from {0} in channel {1}: {2}.
/// </summary>
internal static string CachedMessageCleared {
get {
return ResourceManager.GetString("CachedMessageCleared", resourceCulture);
}
}
}
}