NonePRESENCE INTENTSERVER MEMBERS INTENTMESSAGE CONTENT INTENTAll of these options are found under the Bot tab.
Join our Discord Server and go to the verify-purchase channel to verify your purchase and receive your license key.
Update your bot's configuration file core.yml with the following parameters:
Version: "1.8.6"
BotToken: "YOUR_BOT_TOKEN"
LicenseKey: "YOUR_LICENSE_KEY"
mongoURI: "YOUR_MONGO_URI"
BotName: "Drako Bot"
LogCommands: true
Statistics: true
Timezone: "America/New_York"
Drako Bot uses MongoDB for data storage. Follow the MongoDB Setup Guide to:
MongoURI)This step is required. Do not skip it.
Download and install Node.js v21.7.3:
Follow the installation prompts to complete the setup.
If you are not hosting locally, see the Pterodactyl Guide.
botapplications.commandsAdministratorOpen Command Prompt or Terminal and navigate to the folder where your bot files are located:
cd path/to/your/bot
Video tutorial: https://www.youtube.com/watch?v=neQUxiLPglg
Install required dependencies using npm:
npm install
npm start
If
npmis not recognized, restart your terminal and try again.
If you run into any issues during setup, join our Support Server and open a ticket.