· Report Bug · Request Feature ·
A api and discord bot for Good Games Munich.
See docs.
- Follow Discord app getting started and retrieve a bot token
- Follow Creating a release.
- Follow Discord app getting started and retrieve a bot token
- Create a Testing Server in Discord and get the guild id. Follow Guild id location to get the guild id.
- Follow local setup.
- Follow the Customization section and set all variables with
Required in dev
true
. - Invite your Bot to your Discord server.
Create a environment file touch .env
. Override variables in the {variable name}={variable value}
format. All required variables need to be overridden for the respected environment.
Variable | Description | Required in dev | Required in prod | Default value |
---|---|---|---|---|
POSTGRES_PASSWORD |
Postgres password. Choose a secure one. | true |
true |
none |
DISCORD_DEVELOPMENT_GUILD_ID |
Guild id of a server to test on. | true |
false |
none |
Follow contributing.