Discord integration enhances your application by enabling efficient channel management, messaging, and invites, leading to improved communication and user engagement.
Connecting your application to Discord enhances functionality and communication. With Discord’s API, you can manage channels, messages, and invites.
Authentication
Before you begin, ensure you have the required information.
Connection Name
: Choose a meaningful name for your connection. This name helps you identify the connection within your application or integration settings. It could be something descriptive like "MyAppDiscordIntegration"Authentication Type
: Select the type of authentication for connecting to your Discord account:Bot token
Bot Token Based Authentication
Visit the Discord Developer Portal and log in with your Discord account. For more information on bots see bots vs user accounts.
Click
New Application
and provide a name for your application.Navigate to the
Bot
tab and clickAdd Bot
to create a new bot for your application.Under
TOKEN
, clickReset Token
to generate your bot token.Copy and securely store the bot token to prevent unauthorized access.
Actions
Action | Description |
| Creates channel invite in Discord |
| Creates channel in Discord |
| Deletes channel invite in Discord |
| Deletes channel in Discord |
| Deletes message in Discord |
| Sends message to a channel in Discord |
| Updates channel message in Discord |