For the complete documentation index, see llms.txt. This page is also available as Markdown.

Bot Token & Intents

Now that you’ve copied your bot’s token, head over to the Guilda Dashboard Login and do the following:

  1. Go to the Guilda Dashboard, then click the "Settings" tab in the sidebar.

  1. Paste your bot token into the "Bot Token" field and click Save.

Next, return to the Discord Developer Portal to configure the bot’s visibility and enable required gateway intents:

  1. Enable the following Privileged Gateway Intents:

  • Presence Intent

  • Server Members Intent

  • Message Content Intent

These intents are necessary for the bot to function properly on your server.

Click Next Step below to continue.

Last updated