A place to fool around with the Egg, Inc. API
- go version 1.16 or later
- Your EI user ID from the game
- A file at the root of the repo named 'config.json'
go mod vendor
{
"botToken": "<discord bot token>",
"guildID": "<discord server guild id>"
}
go run *.go
/register
- Requires a string as input. The expected value is a user's Egg, Inc. user ID
/removeid
- Requires a string as input. The expected value is a user's Egg, Inc. user ID
From the root of the repo, run go test ./...