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]