From 717543f6c2c6ac69331c498953cd5e4e72cd06bd Mon Sep 17 00:00:00 2001 From: Yuno Gasai Date: Tue, 19 Oct 2021 09:28:55 -0400 Subject: [PATCH] Move plant/pick where they belong --- .../Modules/{Games => Gambling}/PlantAndPickCommands.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename src/NadekoBot/Modules/{Games => Gambling}/PlantAndPickCommands.cs (98%) 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