From 21f201936629f638e73bca157df60cf98a110e53 Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Thu, 5 Feb 2026 19:28:56 -0600 Subject: [PATCH] Moved RouletteCommand.cs to the parent Kasino folder --- .../Commands/Kasino/{Roulette => }/RouletteCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename KfChatDotNetBot/Commands/Kasino/{Roulette => }/RouletteCommand.cs (99%) diff --git a/KfChatDotNetBot/Commands/Kasino/Roulette/RouletteCommand.cs b/KfChatDotNetBot/Commands/Kasino/RouletteCommand.cs similarity index 99% rename from KfChatDotNetBot/Commands/Kasino/Roulette/RouletteCommand.cs rename to KfChatDotNetBot/Commands/Kasino/RouletteCommand.cs index e5a7072..7a7d1c7 100644 --- a/KfChatDotNetBot/Commands/Kasino/Roulette/RouletteCommand.cs +++ b/KfChatDotNetBot/Commands/Kasino/RouletteCommand.cs @@ -18,7 +18,7 @@ using SixLabors.ImageSharp.PixelFormats; using SixLabors.ImageSharp.Processing; using StackExchange.Redis; -namespace KfChatDotNetBot.Commands.Kasino.Roulette; +namespace KfChatDotNetBot.Commands.Kasino; [KasinoCommand] [WagerCommand]