From aebb4398fd037a4d32597ea31e12162968c39151 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Wed, 17 May 2017 17:11:36 +0200 Subject: [PATCH] >gc should work properly on public nadeko now (still bot owner only) --- src/NadekoBot/Modules/Games/Commands/PlantAndPickCommands.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/NadekoBot/Modules/Games/Commands/PlantAndPickCommands.cs b/src/NadekoBot/Modules/Games/Commands/PlantAndPickCommands.cs index 640422f7..26eda48a 100644 --- a/src/NadekoBot/Modules/Games/Commands/PlantAndPickCommands.cs +++ b/src/NadekoBot/Modules/Games/Commands/PlantAndPickCommands.cs @@ -36,10 +36,7 @@ namespace NadekoBot.Modules.Games static PlantPickCommands() { - -#if !GLOBAL_NADEKO NadekoBot.Client.MessageReceived += PotentialFlowerGeneration; -#endif generationChannels = new ConcurrentHashSet(NadekoBot.AllGuildConfigs .SelectMany(c => c.GenerateCurrencyChannelIds.Select(obj => obj.ChannelId))); }