Nadeshiko bot is a personal discord bot for entertaining a discord guild with many features
- Instagram stalk
- TOD games
- Love calculation
- (many new features is under develop)
- Go V1.16>=
- Taskfile (optional)
- Mongo DB
- Clone this repository
git clone https://github.com/alitdarmaputra/nadeshiko-bot.git
- Change .env.example file to .env and assign value according to your own
- Build
$ go build -o bin/nadeshiko-bot cmd/main.go
// or
$ task build
- Run App
$ go run cmd/main.go
// or
$ task run