From 36900001c01da3dce06c28f61063677adf52a005 Mon Sep 17 00:00:00 2001 From: Tides Date: Fri, 19 Jan 2024 15:51:06 -0500 Subject: [PATCH] Update SamplePlugin.cs --- SamplePlugin/SamplePlugin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SamplePlugin/SamplePlugin.cs b/SamplePlugin/SamplePlugin.cs index 44022c487..765348132 100644 --- a/SamplePlugin/SamplePlugin.cs +++ b/SamplePlugin/SamplePlugin.cs @@ -58,7 +58,7 @@ public override ValueTask OnLoadAsync(IServer server) public class MyCommands : CommandModuleBase { [Inject] - public ILogger Logger { get; set; } + public ILogger Logger { get; set; } [Command("mycommand")] [CommandInfo("woop dee doo this command is from a plugin")]