Further enhance plugin updates selection

This commit is contained in:
Łukasz Domeradzki
2024-03-26 17:44:42 +01:00
parent b58469ce40
commit 4c38de75ab
7 changed files with 52 additions and 24 deletions

View File

@@ -48,7 +48,7 @@ internal sealed class ItemsMatcherPlugin : OfficialPlugin, IBot, IBotCommand2, I
[JsonInclude]
[Required]
public override string Name => typeof(ItemsMatcherPlugin).Assembly.GetName().Name ?? throw new InvalidOperationException(nameof(Name));
public override string Name => nameof(ItemsMatcherPlugin);
[JsonInclude]
[Required]