mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 00:34:26 -05:00 
			
		
		
		
	Merge branch 'v3' into 'v3'
Move plant/pick where they belong See merge request Kwoth/nadekobot!178
This commit is contained in:
		@@ -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>
 | 
				
			||||||
		Reference in New Issue
	
	Block a user