Duckie | Docs home page
Search...
⌘K
Ask AI
Support
Book a Demo
Book a Demo
Search...
Navigation
Discord
Documentation
Self-hosting
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.
On this page
Creating a Discord App
Getting Started
Introduction
Setup
Setup
Integration Apps
Configs
Deployment
Docker
Kubernetes
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.
On this page
Creating a Discord App