Browse Source

I..... missed one.

pull/934/head
Joe4evr 7 years ago
parent
commit
7f1b792946
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Commands/CommandService.cs

+ 1
- 1
src/Discord.Net.Commands/CommandService.cs View File

@@ -150,7 +150,7 @@ namespace Discord.Commands
try try
{ {
var moduleInstance = ReflectionUtils.CreateObject<IModuleBase>(module.TypeInfo.Value, this, services); var moduleInstance = ReflectionUtils.CreateObject<IModuleBase>(module.TypeInfo.Value, this, services);
moduleInstance.OnModuleAdded(this);
moduleInstance.OnModuleBuilding(this);
} }
catch(Exception) catch(Exception)
{ {


Loading…
Cancel
Save