1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2025-09-03 04:07:43 +00:00
Commit graph

2 commits

Author SHA1 Message Date
diamondburned 0833953a75
*: Update Go module path to libdb.so/arikawa/v4 2023-08-04 14:24:50 -07:00
diamondburned 181dcb1bdd
api: Introduce api/cmdroute
This commit introduces a slash commands and autocompletion router. It
abstracts the switch-cases that the user has to do in each
InteractionEvent handler away.

The router is largely inspired by go-chi's design. Refer to the tests
for examples.
2022-10-13 23:01:29 -07:00