Update DiscordBotService.cs

This commit is contained in:
Spielepapagei 2023-03-23 20:35:13 +01:00
parent faa4fc6e18
commit 98a35f74b3

View file

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