1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-09-16 07:00:30 +00:00
arikawa/bot
2020-01-26 01:06:54 -08:00
..
extras/arguments Extended bot.RawArguments 2020-01-25 13:01:05 -08:00
shellwords Improved the command parser's error 2020-01-25 23:17:18 -08:00
arguments.go Bot: added data return types 2020-01-26 01:06:54 -08:00
ctx.go Bot: added data return types 2020-01-26 01:06:54 -08:00
ctx_call.go Bot: added data return types 2020-01-26 01:06:54 -08:00
ctx_plumb_test.go Bot: added Plumb flag, methods no longer need arguments be pointers 2020-01-25 21:43:42 -08:00
ctx_test.go Bot: added Plumb flag, methods no longer need arguments be pointers 2020-01-25 21:43:42 -08:00
error.go Fixed the emoji argument 2020-01-24 18:49:33 -08:00
nameflag.go Bot: added Plumb flag, methods no longer need arguments be pointers 2020-01-25 21:43:42 -08:00
nameflag_test.go Tweaks to tests and CI 2020-01-20 03:15:41 -08:00
README.md Added middleware features into package bot. (#3) 2020-01-23 19:17:03 -08:00
subcommand.go Bot: added data return types 2020-01-26 01:06:54 -08:00
subcommand_test.go Bot: simplified Arguments of a CommandContext 2020-01-25 14:07:49 -08:00

What happened here?

We've moved everything to https://github.com/diamondburned/ak-rfrouter, as this package will be replaced with a go-chi style router.