Update DiscordBotService.cs
This commit is contained in:
parent
faa4fc6e18
commit
98a35f74b3
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ public class DiscordBotService
|
|||
|
||||
var type = this.GetType();
|
||||
var properties = type.GetProperties();
|
||||
Logger.Debug("Start Initializing Commands (1 Command/s)");
|
||||
Logger.Debug("Start Initializing Commands");
|
||||
foreach (var property in properties)
|
||||
{
|
||||
if (property.PropertyType.IsSubclassOf(typeof(BaseModule)))
|
||||
|
|
Loading…
Reference in a new issue