A galgame helper use vndb and ErogameScape
- clone this repo
$ git clone https://github.com/kuro-helper/kurohelper.git- install package
$ go mod download- into repo and make .env, fill in required parameters(you must has a discord bot)
$ cd ./kurohelper
$ cp .env.example .env
$ vim .env- run bot
$ go run ./cmd/core/main.go