Duckie | Docs home page
Search...
⌘K
Ask AI
Support
Book a Demo
Book a Demo
Search...
Navigation
Integration Apps
Discord
Documentation
Self-hosting
Getting Started
Introduction
Setup
Setup
Integration Apps
Slack
Discord
Teams
Jira
Linear
Zendesk
Confluence
Google Drive
Notion
Sentry
GitHub
Configs
Deployment
Docker
Kubernetes
On this page
Creating a Discord App
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”
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
Assistant
Responses are generated using AI and may contain mistakes.
Slack
Teams