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) {