From de6dd9b27a5e2615c47d8219fe4dc16543597883 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Thu, 8 Sep 2016 22:48:55 +0200 Subject: [PATCH] Fixed startup --- src/NadekoBot/Modules/Games/Commands/PlantAndPickCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NadekoBot/Modules/Games/Commands/PlantAndPickCommands.cs b/src/NadekoBot/Modules/Games/Commands/PlantAndPickCommands.cs index 9c42b8d3..415104d4 100644 --- a/src/NadekoBot/Modules/Games/Commands/PlantAndPickCommands.cs +++ b/src/NadekoBot/Modules/Games/Commands/PlantAndPickCommands.cs @@ -41,7 +41,7 @@ namespace NadekoBot.Modules.Games private float chance; private int cooldown; - public PlantPick(DiscordModule module) + public PlantPick() { NadekoBot.Client.MessageReceived += PotentialFlowerGeneration; rng = new Random();