Skip to content

Integration ‐ Discord support

Paolo edited this page Oct 1, 2023 · 1 revision

How to configure Reportergui with Discord?

  1. Go to the page https://discordapp.com/developers/applications/me and login into your Discord account
  2. Create a new application "New Application"
  3. Go to "Bot" section and click "Add Bot". Copy the token "Token: click to reveal"
  4. Go into config.yml and set the _token_bot _ Example:
    ScreenShot
  5. Now you must authorize your bot on your server. Visit the page https://discordapp.com/oauth2/authorize?&client_id=CLIENT_ID&scope=bot (Replace "CLIENT_ID" with your Application ID) (in General Information page)
  6. Go in your server and copy channel id (not Server Id but Channel Id) ('https://github.com/Chikachi/DiscordIntegration/wiki/How-to-get-a-token-and-channel-ID-for-Discord#get-the-channel-id-of-the-discord-text-channel) and set it in config.yml file.
  7. Start using Discord:
    Screenshot