Add a !neutral command for karma, it does nothing.

This commit is contained in:
Daan Boerlage 2021-03-18 12:06:41 +01:00
parent eddd005d34
commit c1b8394e1b
Signed by: daan
GPG key ID: FCE070E1E4956606
4 changed files with 56 additions and 0 deletions

View file

@ -123,6 +123,15 @@ namespace Geekbot.Bot.Localization {
}
}
/// <summary>
/// Looks up a localized string similar to Neutral Karma.
/// </summary>
internal static string Neutral {
get {
return ResourceManager.GetString("Neutral", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Sorry {0}, but you have to wait {1} before you can give karma again....
/// </summary>