Removed constructor arg
This commit is contained in:
parent
b313a4f1ba
commit
4871f79ad8
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user