Fixed startup

This commit is contained in:
Kwoth 2016-09-08 22:48:55 +02:00
parent 74eac23ed3
commit de6dd9b27a

View File

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