fixup! make build work in VS2022
Some checks failed
Build and push Docker image / .net docker build (push) Has been cancelled
.net checks / run .net tests (push) Has been cancelled
.net checks / dotnet-format (push) Has been cancelled

This commit is contained in:
Iris System 2025-08-18 17:09:44 +12:00
parent 06cb160f95
commit 21da6f9525
4 changed files with 14 additions and 12 deletions

View file

@ -262,7 +262,7 @@ public class Api
Type = ComponentType.Button,
Style = ButtonStyle.Primary,
Label = "Create API key",
CustomId = _interactions.Register(cb),
CustomId = _interactions.Register(ctx.ShardId, cb),
},
}
}