We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 622123c commit 4a5de88Copy full SHA for 4a5de88
CustomCommands/CustomCommands.cs
@@ -43,7 +43,7 @@ public override void Load(bool hotReload)
43
}
44
45
Logger.LogInformation(
46
- $"CustomCommands has been loaded, and the hot reload flag was {hotReload}, path is {ModulePath}");
+ $"{ModuleName} loaded!");
47
48
PluginGlobals.Config = Config;
49
0 commit comments