forgot to hook up getSPR command

This commit is contained in:
benbierens 2023-12-11 11:19:05 +01:00
parent c3fb7384e3
commit 2b21722cf3
No known key found for this signature in database
GPG Key ID: FE44815D96D0A1AA
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,4 @@
using BiblioTech.Options;
using CodexPlugin;
using Core;
using Newtonsoft.Json;
namespace BiblioTech.Commands
{
@ -54,6 +51,7 @@ namespace BiblioTech.Commands
await whoIsCommand.CommandHandler(context);
await addSprCommand.CommandHandler(context);
await clearSprsCommand.CommandHandler(context);
await getSprCommand.CommandHandler(context);
}
public class ClearUserAssociationCommand : SubCommandOption