diff --git a/README.md b/README.md index 7b817ff..df1e477 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,12 @@ Revoltgo is a go package for writing bots / self-bots in revolt easily. **NOTE**: This package is still under development and not finished. Create an issue if you found a bug. + **NOTE 2**: This package requires go 1.17. ## Features -- Can listen an event multiple times +- Multiple event listen - Easy to use - Supports self-bots - Simple cache system @@ -19,7 +20,7 @@ Revoltgo is a go package for writing bots / self-bots in revolt easily. ## API Reference -Click [here](https://pkg.go.dev/github.com/5elenay/revoltgo@v0.1.1) for api reference. +Click [here](https://pkg.go.dev/github.com/5elenay/revoltgo@v0.2.0) for api reference. ## Ping Pong Example (Bot)