woopsy daisy, fixed order
This commit is contained in:
parent
5f7d4c805a
commit
79ea4e9412
@ -83,12 +83,13 @@ namespace NadekoBot {
|
||||
//reply to personal messages and forward if enabled.
|
||||
client.MessageReceived += Client_MessageReceived;
|
||||
|
||||
//count commands ran
|
||||
client.Commands().CommandExecuted += (s, e) => commandsRan++;
|
||||
|
||||
//add command service
|
||||
var commands = client.Services.Add<CommandService>(commandService);
|
||||
|
||||
//count commands ran
|
||||
client.Commands().CommandExecuted += (s, e) => commandsRan++;
|
||||
|
||||
//create module service
|
||||
var modules = client.Services.Add<ModuleService>(new ModuleService());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user