.editorconfig | ||
.env.example | ||
.gitattributes | ||
.gitignore | ||
go.mod | ||
go.sum | ||
main.go | ||
README.md |
MoyaiReactBot
Requirements
- Go version 1.13.8 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.
- Copy file
.env.example
to.env
- Add your Discord bot token to
.env
- Run
go get
andgo build
- Run
./moyaireactbot
- Hopefully it runs idk.