1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-09-08 11:19:00 +00:00
arikawa/bot
2020-01-23 20:01:59 -08:00
..
extras/arguments Separated String() and APIString() for Emoji argument 2020-01-23 20:01:59 -08:00
arguments.go Added middleware features into package bot. (#3) 2020-01-23 19:17:03 -08:00
copied_from_d.go Ported rfrouter over 2020-01-18 22:06:00 -08:00
ctx.go Added middleware features into package bot. (#3) 2020-01-23 19:17:03 -08:00
ctx_call.go Added middleware features into package bot. (#3) 2020-01-23 19:17:03 -08:00
ctx_test.go Added middleware features into package bot. (#3) 2020-01-23 19:17:03 -08:00
error.go Fixed bug where ParseContent interface methods won't return a proper error 2020-01-20 20:25:47 -08:00
nameflag.go Added middleware features into package bot. (#3) 2020-01-23 19:17:03 -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 Added middleware features into package bot. (#3) 2020-01-23 19:17:03 -08:00
subcommand_test.go Fixed subcommands test 2020-01-23 19:22:24 -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.