>gc should work properly on public nadeko now (still bot owner only)
This commit is contained in:
		@@ -36,10 +36,7 @@ namespace NadekoBot.Modules.Games
 | 
			
		||||
 | 
			
		||||
            static PlantPickCommands()
 | 
			
		||||
            {
 | 
			
		||||
 | 
			
		||||
#if !GLOBAL_NADEKO
 | 
			
		||||
                NadekoBot.Client.MessageReceived += PotentialFlowerGeneration;
 | 
			
		||||
#endif
 | 
			
		||||
                generationChannels = new ConcurrentHashSet<ulong>(NadekoBot.AllGuildConfigs
 | 
			
		||||
                    .SelectMany(c => c.GenerateCurrencyChannelIds.Select(obj => obj.ChannelId)));
 | 
			
		||||
            }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user