Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
Print version string when unloading
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbooth committed Mar 11, 2022
1 parent c81ac32 commit 0068c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BrackeysBot/Plugins/SimplePluginManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ public void UnloadPlugin(Plugin plugin)
plugin.DiscordClient = null;
plugin.Dispose();

Logger.Info($"Unloaded plugin {plugin.PluginInfo.Name}");
Logger.Info($"Unloaded plugin {plugin.PluginInfo.Name} {plugin.PluginInfo.Version}");
_loadedPlugins.Remove(plugin);
}
}

0 comments on commit 0068c75

Please sign in to comment.