horsebot: shrink skill displays

This commit is contained in:
2026-03-12 18:35:51 -04:00
parent 351f606d29
commit af8e04473a
3 changed files with 41 additions and 17 deletions

View File

@@ -84,6 +84,7 @@ func main() {
r.Route("/skill", func(r handler.Router) {
r.SlashCommand("/", skillSrv.slash)
r.Autocomplete("/", skillSrv.autocomplete)
r.SelectMenuComponent("/swap", skillSrv.menu)
r.ButtonComponent("/swap/{id}", skillSrv.button)
})