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:
parent
04897cab20
commit
2e2f50908e
5 changed files with 95 additions and 2 deletions
14
src/Messages.Designer.cs
generated
14
src/Messages.Designer.cs
generated
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue