Merging changes from #66

Closes PR #66
This commit is contained in:
barelyprofessional
2026-02-07 11:33:09 -06:00
parent 8246b75868
commit eccbe44acd
7 changed files with 20 additions and 36 deletions

View File

@@ -16,8 +16,7 @@ namespace KfChatDotNetBot.Commands.Kasino;
public class Planes : ICommand
{
public List<Regex> Patterns => [
new Regex(@"^planes (?<amount>\d+)$", RegexOptions.IgnoreCase),
new Regex(@"^planes (?<amount>\d+\.\d+)$", RegexOptions.IgnoreCase),
new Regex(@"^planes (?<amount>\d+(?:\.\d+)?)$", RegexOptions.IgnoreCase),
new Regex("^planes$")
];
public string? HelpText => "!planes <bet amount>";