Go to file
2020-02-17 12:56:29 +01:00
.editorconfig Update README 2020-02-17 12:56:29 +01:00
.env.example First commit 2020-02-17 12:43:21 +01:00
.gitattributes First commit 2020-02-17 12:43:21 +01:00
.gitignore First commit 2020-02-17 12:43:21 +01:00
go.mod First commit 2020-02-17 12:43:21 +01:00
go.sum First commit 2020-02-17 12:43:21 +01:00
main.go First commit 2020-02-17 12:43:21 +01:00
README.md Update README 2020-02-17 12:56:29 +01:00

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.

  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.