// DISCORD

Connect Discord

Add an AI-powered bot to your Discord server. Full support for direct messages, mentions, and server channels.

Requirements

Bot Token

Your bot's authentication token. Found in the Discord Developer Portal under your application's Bot tab.

Application ID

Your application's unique identifier. Found at the top of your app's General Information page.

Required Gateway Intents

Setup Steps

1

Create an application

Go to discord.com/developers/applications and click 'New Application'. Give it a name.

2

Create a bot user

In your application, go to the Bot tab and click 'Add Bot'. This creates the bot account that will join servers.

3

Enable intents

On the Bot tab, enable the required Privileged Gateway Intents: Message Content Intent is essential for reading messages.

4

Copy credentials

Copy the Bot Token from the Bot tab, and the Application ID from General Information.

5

Generate invite link

Under OAuth2 → URL Generator, select 'bot' scope and appropriate permissions (Send Messages, Read Message History, etc.).

6

Deploy on ClawDock

Go to the Deploy page, select Discord, paste your bot token and application ID, and deploy. Then use the invite link to add the bot to your server.