mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-11 16:20:13 +00:00
fixup! make build work in VS2022
This commit is contained in:
parent
06cb160f95
commit
21da6f9525
4 changed files with 14 additions and 12 deletions
|
|
@ -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),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue