Skip to content
forked from dotnize/Dodong

A music bot written using discord.js and discord-player

License

Notifications You must be signed in to change notification settings

delgersxn/Dodong

 
 

Repository files navigation

Dodong


build status last commit discord server


A music bot written using discord.js and discord-player

Screenshot of the bot in action

NOTE: This project's source code is currently very poorly formatted and documented. Please use at your own risk.

Contribute

View the list of bug reports and feature requests here.

Deploy automatically

Deploy

Run on Repl.it
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

Manual installation

  1. Install Node.js v16
  2. Clone this repository
    git clone https://github.com/nizeic/Dodong.git
  3. Install dependencies
    npm install
  4. Enter your bot token and Genius API Token in config.js
    bottoken: "BOT TOKEN HERE",
    geniusAPItoken: "GENIUS.COM CLIENT ACCESS TOKEN HERE"
  5. Run the bot
    node index.js

About

A music bot written using discord.js and discord-player

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%