This commit is contained in:
Archi
2023-04-10 15:04:08 +02:00
parent 54c5be7ef0
commit a536a411dd

View File

@@ -138,6 +138,8 @@ public static class PluginsCore {
}
internal static async Task<IMachineInfoProvider?> GetCustomMachineInfoProvider(Bot bot) {
ArgumentNullException.ThrowIfNull(bot);
if (ActivePlugins == null) {
return null;
}