From 7f1b792946ac6b950922b06178aa5cc37d9f4144 Mon Sep 17 00:00:00 2001 From: Joe4evr Date: Mon, 15 Jan 2018 20:04:37 +0100 Subject: [PATCH] I..... missed one. --- src/Discord.Net.Commands/CommandService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Discord.Net.Commands/CommandService.cs b/src/Discord.Net.Commands/CommandService.cs index cb328bb55..e99d019b6 100644 --- a/src/Discord.Net.Commands/CommandService.cs +++ b/src/Discord.Net.Commands/CommandService.cs @@ -150,7 +150,7 @@ namespace Discord.Commands try { var moduleInstance = ReflectionUtils.CreateObject(module.TypeInfo.Value, this, services); - moduleInstance.OnModuleAdded(this); + moduleInstance.OnModuleBuilding(this); } catch(Exception) {