Setting up your custom bot

Instructions for setting up your own custom bot through the betzy dashboard.

This feature requires an active Gold Subscription. Explore unlimited possibilities with our Platinum Subscription! 🌟 With exclusive access to advanced features, your creativity will know no bounds. Join our Discord server for support and discover all you can achieve with Betsy! 🚀🌈

Create your discord application

  1. Click "New Application" in the top left.

  2. Navigate to the "Bot" page on the left menu.

  3. If you do not have a bot create, create one now.

  4. Enable the following Intents

    1. Server Members Intent

    2. Message Content Intent

  5. Navigate back to the General Information Tab. You will need the information here in the settings section for your custom bot on the Betsy Admin Panel

Invite your bot to your server

  1. Navigate to Oauth2 -> URL Generator

  2. Tick on the bot and the application.commands scope.

  3. Open up the generated URL to invite your bot

Enter your discord application settings into the Betsy dashboard

  1. Navigate to the "Settings" page for the server you would like to setup. E.g:

  2. In the "Application Id" setting copy the "Application Id" (2) value from your "General Information" tab for your Discord Application (1)

  3. Navigate to the "Bot" page for your discord application (1). Click the "Reset token" button under the Token area for the bot (2).

  4. A pop-up window will be displayed, click "yes"

  5. Copy this value.

  6. Return to betzy's dashboard and paste that value into the Bot Token Area

  7. (Optional) Customize the status by entering your status on the settings page.

  8. Click "save"

Update your Discord Application Settings

Update Webhook URL

In order to receive webhook events for your custom bot you must update the "INTERACTIONS ENDPOINT URL" in the Discord Application General Information Page.

Enter the following URL "https://api.betsybot.xyz/Webhook/DiscordInteraction?key={publicKey}"

You must replace {publicKey} with your application public key. Which can be found just above the Interactions Endpoint URL Input.

For example if your public key is "def077d8420fb37d33f83b835da308ded92fb61a9d9ccb443769bba31fc081ad" the url will look like https://api.betsybot.xyz/Webhook/DiscordInteraction?key=def077d8420fb37d33f83b835da308ded92fb61a9d9ccb443769bba31fc081ad

If you successfully added the URL it will prompt you as such. It will fail to save if you've done this incorrectly.

Last updated

Was this helpful?