Integration Apps
Discord
Creating a Discord App
- Go to https://discord.com/developers/applications
- Click “New Application” and name your app
- In the “Bot” section, enable the bot and toggle on “Message Content Intent”
- In “OAuth2 > General”:
- Add redirect:
<FRONTEND_URL>/client/discord/callback
- Enable “Requires OAuth2 Code Grant”
- Add redirect:
- In “OAuth2 > URL Generator”:
- Select “bot” scope
- Select these bot permissions:
- Manage Webhooks
- Read Messages/View Channels
- Send Messages
- Send Messages in Threads
- Create Public Threads
- Create Private Threads
- Manage Messages
- Manage Threads
- Read Message History
- Save changes