Fixed startup
This commit is contained in:
parent
74eac23ed3
commit
de6dd9b27a
@ -41,7 +41,7 @@ namespace NadekoBot.Modules.Games
|
|||||||
private float chance;
|
private float chance;
|
||||||
private int cooldown;
|
private int cooldown;
|
||||||
|
|
||||||
public PlantPick(DiscordModule module)
|
public PlantPick()
|
||||||
{
|
{
|
||||||
NadekoBot.Client.MessageReceived += PotentialFlowerGeneration;
|
NadekoBot.Client.MessageReceived += PotentialFlowerGeneration;
|
||||||
rng = new Random();
|
rng = new Random();
|
||||||
|
Loading…
Reference in New Issue
Block a user