1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-19 20:24:18 +03:00

resolving conversations...

This commit is contained in:
Macintxsh 2023-10-01 20:27:30 +03:00
parent 00a7b5b5ad
commit 8e77aba10b
Signed by: mctaylors
GPG key ID: 361D326747B61E65
5 changed files with 6 additions and 6 deletions

View file

@ -288,7 +288,7 @@ public class ToolsCommandGroup : CommandGroup
var embedColor = ColorsList.Blue;
if (min == max)
{
description.AppendLine(Markdown.Italicise(Messages.RandomObvious));
description.AppendLine(Markdown.Italicise(Messages.RandomMinMaxSame));
embedColor = ColorsList.Red;
}

View file

@ -1136,10 +1136,10 @@ namespace Octobot {
}
}
internal static string RandomObvious
internal static string RandomMinMaxSame
{
get {
return ResourceManager.GetString("RandomObvious", resourceCulture);
return ResourceManager.GetString("RandomMinMaxSame", resourceCulture);
}
}