1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2025-01-23 04:57:16 +00:00
arikawa/bot
diamondburned 367f445ee9 Fixed bugs in the bot package
Bugs include: Events not being called, inconsistent subcommand casing
2020-01-24 08:08:12 -08:00
..
extras/arguments Added Mention methods to arguments 2020-01-23 20:54:46 -08:00
arguments.go Added middleware features into package bot. (#3) 2020-01-23 19:17:03 -08:00
copied_from_d.go
ctx.go Help subcommand method 2020-01-23 22:46:17 -08:00
ctx_call.go Fixed bugs in the bot package 2020-01-24 08:08:12 -08:00
ctx_test.go Fixed bugs in the bot package 2020-01-24 08:08:12 -08:00
error.go
nameflag.go Added middleware features into package bot. (#3) 2020-01-23 19:17:03 -08:00
nameflag_test.go
README.md Added middleware features into package bot. (#3) 2020-01-23 19:17:03 -08:00
subcommand.go Fixed bugs in the bot package 2020-01-24 08:08:12 -08:00
subcommand_test.go Fixed bugs in the bot package 2020-01-24 08:08:12 -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.