Updated Logger and Plugin Loading
This commit is contained in:
@@ -111,5 +111,13 @@ namespace DiscordBotCore
|
||||
}
|
||||
|
||||
public static string GetResourceFullPath() => _ResourcesFolder;
|
||||
|
||||
public static string GetPluginFullPath(string path)
|
||||
{
|
||||
string result = Path.Combine(_PluginsFolder, path);
|
||||
return result;
|
||||
}
|
||||
|
||||
public static string GetPluginFullPath() => _PluginsFolder;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user