1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-04 04:56:30 +03:00

Add /random (#127)

It could have been a milestone PR, but of course I made a mistake
_somewhere_.

---------

Signed-off-by: Macintosh II <mctaylxrs@outlook.com>
This commit is contained in:
Macintxsh 2023-09-29 19:22:44 +03:00 committed by GitHub
parent 04897cab20
commit 2e2f50908e
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 95 additions and 2 deletions

View file

@ -1121,5 +1121,19 @@ namespace Boyfriend {
return ResourceManager.GetString("ShowInfoGuildMemberPremiumSince", resourceCulture);
}
}
internal static string RandomMinGreaterThanMax
{
get {
return ResourceManager.GetString("RandomMinGreaterThanMax", resourceCulture);
}
}
internal static string RandomOutput
{
get {
return ResourceManager.GetString("RandomOutput", resourceCulture);
}
}
}
}