A music bot written using discord.js and discord-player
NOTE: This project's source code is currently very poorly formatted and documented. Please use at your own risk.
View the list of bug reports and feature requests here.
NOTE: repl.it uses Node.js v12 by default which is unsupported by the bot.
To install Node.js v16, execute this script from the Shell:
npm init -y && npm i --save-dev node@16 && npm config set prefix=$(pwd)/node_modules/node && export PATH=$(pwd)/node_modules/node/bin:$PATH
- Install Node.js v16
- Clone this repository
git clone https://github.com/nizeic/Dodong.git
- Install dependencies
npm install
- Enter your bot token in
config.js
bottoken: "BOT TOKEN HERE",
- Run the bot
npm start