How it works
The Discord connector indexes all channels for all servers(guilds) mentioned.Setting up a Bot User
Open Discord developer portal
Login to your discord’s developer portal https://discord.com/developers/applications
Enable privileged intents
Under the
Privileged Gateway Intents make sure MESSAGE CONTENT INTENT is checked.Inviting the Bot User to server(s)
So you’ve made a Bot User but it’s not actually in any server. To add the bot user in your server follow the steps:Open application
Open your application at https://discord.com/developers/applications .
Set minimum permissions
Under the permissions section for
Guild Install, give these minimum permissions Manage Messages,
Read Message History and View Channels.Install bot with link
Use the
Discord Provided Link to install the bot to the server(s) you want.
Make sure you have Manager server permissions on that guild or serverIndexing
Enter Bot Token
Enter the Bot Token under credentials you fetched from
Setting up a Bot User step 6.Enter server IDs
Enter the server IDs.
By default all channels of all servers/guilds in which the bot user is added will be indexed or processed.
Find server ID
To fetch server ID of a particular server,
right click on the name of the server located on the top right corner and click on
Copy Server IDEnter channel names
Enter the channel names. By default all channel names under the server(s)
from step 3 that the bot user has access to will be indexed or processed.
Find channel name
To get the channel name, hit on the settings icon next to the channel name.
You will find the channel name in the
Overview section