Skip to content

Discord Integration

Go to the Discord Developer Portal and create a new application, name it whatever you like.

Afterwards do the following:

OAuth2 -> General -> Redirects

  • Add https://ctf.example.com/api/openid/federation-callback
  • Copy the Client ID
  • Hit "Reset Secret" and copy the Client Secret

Bot

  • Hit "Reset Token" and copy the Bot Token

See the Configuration documentation on how to configure Berg to use those values.