From 4871f79ad815c0a679c73df5114a9b20c77c7b78 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Thu, 25 Aug 2016 15:13:38 +0200 Subject: [PATCH] Removed constructor arg --- .../Modules/Administration/Commands/ServerGreetCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NadekoBot/Modules/Administration/Commands/ServerGreetCommands.cs b/src/NadekoBot/Modules/Administration/Commands/ServerGreetCommands.cs index e5667239..fa107808 100644 --- a/src/NadekoBot/Modules/Administration/Commands/ServerGreetCommands.cs +++ b/src/NadekoBot/Modules/Administration/Commands/ServerGreetCommands.cs @@ -17,7 +17,7 @@ namespace NadekoBot.Modules.Administration { public static long Greeted = 0; - public ServerGreetCommands(DiscordModule module) + public ServerGreetCommands() { NadekoBot.Client.UserJoined += UserJoined; NadekoBot.Client.UserLeft += UserLeft;