MoyaiReactBot/README.md
2020-02-17 12:56:29 +01:00

17 lines
394 B
Markdown

# MoyaiReactBot
## Requirements
- [Go version 1.13.8](https://golang.org/) with Go Modules
- Other versions might work, but this is one the I used to develop.
## Installation
No idea if these are correct, but try it I guess.
1. Copy file `.env.example` to `.env`
2. Add your Discord bot token to `.env`
3. Run `go get` and `go build`
4. Run `./moyaireactbot`
5. Hopefully it runs idk.