A general-purpose Discord bot for entertainment.
We encourage the bot to be self-hosted. Please follow this guide to install the bot.
Important: Usage of some functions and commands may be restricted in some countries, such as Russia. Please host the bot in a neutral location.
- Create a new Discord application.
- Install the latest version of Node.js and npm.
- Clone this repository.
cd
to the directory, for examplecd DoppelBot
.- Install all dependencies via
npm install
. - Create the
.env
file and fill it out according to the example. - Deploy the commands by running
node utils/deploy.js
. - Launch the
index.js
file:node index.js
.