Setting up your custom bot
Instructions for setting up your own custom bot through the betzy dashboard.
Last updated
Instructions for setting up your own custom bot through the betzy dashboard.
Last updated
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! 🚀🌈
Navigate to discord applications
If you do not have a bot create, create one now.
Enable the following Intents
Server Members Intent
Navigate to discord applications
Navigate to Oauth2 -> URL Generator
Tick on the bot
and the application.commands
scope.
Open up the generated URL to invite your bot
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.
Click "New Application" in the top left.
Navigate to the "Bot" page on the left menu.
Message Content Intent
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
Navigate to the "Settings" page for the server you would like to setup. E.g:
In the "Application Id" setting copy the "Application Id" (2) value from your "General Information" tab for your Discord Application (1)
Navigate to the "Bot" page for your discord application (1). Click the "Reset token" button under the Token area for the bot (2).
A pop-up window will be displayed, click "yes"
Copy this value.
Return to betzy's dashboard and paste that value into the Bot Token Area
(Optional) Customize the status by entering your status on the settings page.
Click "save"