Skip to content

Commit

Permalink
Update SamplePlugin.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tides committed Jan 19, 2024
1 parent fad759c commit 3690000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SamplePlugin/SamplePlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public override ValueTask OnLoadAsync(IServer server)
public class MyCommands : CommandModuleBase
{
[Inject]
public ILogger Logger { get; set; }
public ILogger<MyCommands> Logger { get; set; }

[Command("mycommand")]
[CommandInfo("woop dee doo this command is from a plugin")]
Expand Down

0 comments on commit 3690000

Please sign in to comment.