diff --git a/src/NadekoBot/Modules/Games/PlantAndPickCommands.cs b/src/NadekoBot/Modules/Gambling/PlantAndPickCommands.cs similarity index 98% rename from src/NadekoBot/Modules/Games/PlantAndPickCommands.cs rename to src/NadekoBot/Modules/Gambling/PlantAndPickCommands.cs index 0f5fce4b5..975ef3d66 100644 --- a/src/NadekoBot/Modules/Games/PlantAndPickCommands.cs +++ b/src/NadekoBot/Modules/Gambling/PlantAndPickCommands.cs @@ -9,9 +9,9 @@ using System.Linq; using System.Threading.Tasks; using NadekoBot.Modules.Gambling.Common; -namespace NadekoBot.Modules.Games +namespace NadekoBot.Modules.Gambling { - public partial class Games + public partial class Gambling { [Group] public class PlantPickCommands : GamblingSubmodule