2020-02-17 12:43:21 +01:00
|
|
|
# MoyaiReactBot
|
|
|
|
|
2020-02-17 12:56:29 +01:00
|
|
|
## 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.
|
|
|
|
|
2020-02-17 12:43:21 +01:00
|
|
|
1. Copy file `.env.example` to `.env`
|
|
|
|
2. Add your Discord bot token to `.env`
|
2020-02-17 12:56:29 +01:00
|
|
|
3. Run `go get` and `go build`
|
2020-02-17 12:43:21 +01:00
|
|
|
4. Run `./moyaireactbot`
|
|
|
|
5. Hopefully it runs idk.
|