Added Advanced Bot into README

This commit is contained in:
diamondburned (Forefront) 2020-01-19 19:45:11 -08:00
parent a6bf7c340b
commit de37b58dd3
1 changed files with 9 additions and 0 deletions

View File

@ -24,6 +24,15 @@ This example demonstrates the PreHandler feature of this library. PreHandler
calls all handlers that are registered (separately from session), calling them calls all handlers that are registered (separately from session), calling them
before the state is updated. before the state is updated.
### [Advanced Bot](https://github.com/diamondburned/arikawa/tree/master/_example/advanced_bot)
A pretty complicated example demonstrating the reflect-based command router
that's built-in. The router turns exported struct methods into commands, its
arguments into command arguments, and more.
The library has a pretty detailed documentation available in [GoDoc
Reference](https://godoc.org/github.com/diamondburned/arikawa/bot).
## Comparison: Why not discordgo? ## Comparison: Why not discordgo?
Discordgo is great. It's the first library that I used when I was learning Go. Discordgo is great. It's the first library that I used when I was learning Go.