Getting Started
This guide will help you set up Drako Bot for your Discord server. Follow the steps carefully to ensure everything is configured correctly.
Last updated
This guide will help you set up Drako Bot for your Discord server. Follow the steps carefully to ensure everything is configured correctly.
Last updated
To get your Bot Token, you'll need to create a bot on the Discord Developer Portal. Follow these steps:
Go to the Discord Developer Portal.
Click on "New Application" and give your application a name.
Navigate to "Installation" and untick User Install and set Install Link to "None"
Navigate to the "Bot" section and click "Add Bot".
Under "Privileged Gateway Intents", enable the following scopes:
PRESENCE INTENT
SERVER MEMBERS INTENT
MESSAGE CONTENT INTENT
Disable Public Bot: Scroll down to the "Public Bot" section and ensure that the "Public Bot" toggle is turned off. This ensures that only you can invite the bot to servers.
Untick "Require OAuth2 Code Grant": In the same section, make sure the "Require OAuth2 Code Grant" option is unticked.
Click "Save Changes".
Copy the Bot Token from the "Token" section.
Hint: All of these settings can be found under the Bot tab.
Join our Discord server and create a ticket to receive your license key. License requests generally take 1-2 hours.
Configure your bot using the following parameters:
Drako Bot requires MongoDB for data storage. Follow the steps in the MongoDB Setup Guide to set up your MongoDB database and obtain your mongoURI.
Before running the bot, you need to install Node.js. Download and install Node.js from the following link:
Follow the installation instructions provided by the installer. Node.js is required to run the bot as it provides the necessary runtime environment.
To invite your bot to a server, follow these steps:
Go to the OAuth2 section in the Discord Developer Portal.
Scroll down to the OAuth2 URL Generator.
In the SCOPES section, select Bot and applications.commands.
Under Bot Permissions, select Administrator.
Copy the generated URL and paste it into your browser to invite the bot to your server.
Once you have configured your bot with the necessary details and installed Node.js, open up the Command Prompt in the bot's directory. Run the following commands to install all dependencies and start the bot:
Hint: If npm isn't recognized, then you'll need to restart PowerShell/Command Prompt.
If you encounter any issues during the setup process, join our support server and create a ticket for assistance.