fixed syntax in readme.

This commit is contained in:
5elenay 2021-09-01 10:27:31 +03:00
parent d3f89b37ee
commit 09b894aa98

View File

@ -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)