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();