Getting Started
DoppelBot is a free and open-source Discord bot for entertainment, with capabilities of playing music files and responding to the users' custom responses (known as "tags").
We encourage the bot to be self-hosted. Please follow this guide to install the bot.
Warning
Please read the Privacy Policy before hosting the bot.
Usage of some functions and commands may be restricted in some countries, such as Russia.
Please host the bot in a neutral location.
Basic Installation
- Create a new Discord application.
- Install the latest version of Node.js and npm.
- Clone our repository:
git clone https://github.com/alexavil/DoppelBot cdto the directory, for examplecd DoppelBot.- Install all dependencies via
npm install. - Create the
.envfile and fill it out according to the example.
Check out the guide if you need help. - Deploy the commands by running
node utils/deploy.js. - Launch the
index.jsfile:node index.js.