Helper bot to work with other rhythm gaming bots on Discord. Currently supports GCM-bot. mimi xd and SiumaiXD support is planned.
- Go (>= 1.23.4)
I built Chiffon by literally copying source code from Kagura and slicing it down. Most steps and configuration patterns are similar from the other project.
Chiffon can be started by simply running go run main.go from the repository's root folder. This requires Go to be installed. More convenient ways to run the app may emerge in the future.
However, before the app can be successfully started, some environment variables need to be configured. See Configuration for more details.
Chiffon is mainly configured via environment variables.
| Environment Variable | Required? | |
|---|---|---|
| CHIFFON_TOKEN | Yes | Sets the authentication token for the app. |
TBA