Skip to content

Commit

Permalink
docs: 📝 reference Saber for example
Browse files Browse the repository at this point in the history
  • Loading branch information
Xminent committed Jan 23, 2024
1 parent 866a43e commit b106bb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Result<> handle_event(const Event &ev, const HttpClient &http,
> This example makes use of a macro called async_main, which defines a main entrypoint that runs a boost::asio::io_context. It is not mandatory and is optionally included in the `ekizu/async_main.hpp` header.
See [examples](https://github.com/jontitorr/ekizu/tree/dev/examples) for more.
For more feature-complete examples, see [examples](https://github.com/jontitorr/ekizu/tree/main/examples) or my bot [Saber](https://github.com/jontitorr/saber).
## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/building-a-discord-bot.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Result<> handle_event(
}
```
For more feature-complete examples, see [examples](https://github.com/jontitorr/ekizu/tree/main/examples).
For more feature-complete examples, see [examples](https://github.com/jontitorr/ekizu/tree/main/examples) or my bot [Saber](https://github.com/jontitorr/saber).
## Build the bot
Expand Down

0 comments on commit b106bb1

Please sign in to comment.