1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-11-01 04:24:19 +00:00
arikawa/api/cmdroute
diamondburned bc3439b8ff
cmdroute: Further deprecate Handle{Command,Autocompletion}
These functions now call HandleInteraction directly, which then calls
internal functions. For incorrect uses, this change is breaking.
2024-07-06 12:42:00 +07:00
..
application.go cmdroute: Fix OverwriteCommands being broken 2023-11-04 01:48:17 -07:00
fntypes.go cmdroute: Add ev.Data into {Command,Autocomplete}Data 2023-08-31 23:42:35 -07:00
middlewares.go api: Introduce api/cmdroute 2022-10-13 23:01:29 -07:00
router.go cmdroute: Further deprecate Handle{Command,Autocompletion} 2024-07-06 12:42:00 +07:00
router_test.go cmdroute: Implement Router.{With,Group} 2024-02-06 23:45:48 -08:00