Removed constructor arg

This commit is contained in:
Kwoth 2016-08-25 15:13:38 +02:00
parent b313a4f1ba
commit 4871f79ad8

View File

@ -17,7 +17,7 @@ namespace NadekoBot.Modules.Administration
{ {
public static long Greeted = 0; public static long Greeted = 0;
public ServerGreetCommands(DiscordModule module) public ServerGreetCommands()
{ {
NadekoBot.Client.UserJoined += UserJoined; NadekoBot.Client.UserJoined += UserJoined;
NadekoBot.Client.UserLeft += UserLeft; NadekoBot.Client.UserLeft += UserLeft;