Move plant/pick where they belong

This commit is contained in:
Yuno Gasai
2021-10-19 09:28:55 -04:00
parent b61b1dbfaa
commit 717543f6c2

View File

@@ -9,9 +9,9 @@ using System.Linq;
using System.Threading.Tasks; using System.Threading.Tasks;
using NadekoBot.Modules.Gambling.Common; using NadekoBot.Modules.Gambling.Common;
namespace NadekoBot.Modules.Games namespace NadekoBot.Modules.Gambling
{ {
public partial class Games public partial class Gambling
{ {
[Group] [Group]
public class PlantPickCommands : GamblingSubmodule<PlantPickService> public class PlantPickCommands : GamblingSubmodule<PlantPickService>