Updated ICommandAction.cs and DBEvent.cs. Removed thread request from DBEvent and added special thread request to ICommandAction.cs
This commit is contained in:
@@ -47,7 +47,10 @@ namespace DiscordBotCore
|
||||
{
|
||||
get
|
||||
{
|
||||
try { return _ModuleManager.GetModule<ILogger>(); }
|
||||
try
|
||||
{
|
||||
return _ModuleManager.GetModule<ILogger>();
|
||||
}
|
||||
catch (ModuleNotFoundException<ILogger> ex)
|
||||
{
|
||||
Console.WriteLine("No logger found");
|
||||
|
||||
Reference in New Issue
Block a user