Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.
/ Dodong Public archive

An easy-to-setup music bot made with discord.js and discord-player

License

Notifications You must be signed in to change notification settings

dotnize/Dodong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9a278eb · Jun 6, 2023
Jan 19, 2023
Jan 19, 2023
Jan 19, 2023
Aug 26, 2022
Jan 27, 2022
Oct 7, 2021
Aug 26, 2022
Jan 19, 2023
Oct 5, 2021
Jun 6, 2023
Aug 26, 2022
Jan 19, 2023
Feb 19, 2022
Jun 6, 2023

Repository files navigation

Note: This project is no longer actively maintained.

Dodong


last commit


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

  • YouTube, Spotify, and SoundCloud
  • support for both slash & legacy commands
  • audio filters
  • lyrics search
  • ... and more! (see all commands)

Screenshot of the bot in action

Contribute

View the list of bug reports and feature requests here.

Deploy automatically

Deploy

Run on Repl.it

Manual installation

  1. Install Node.js (v16.9 or newer)
  2. Clone this repository
    git clone https://github.com/nizewn/Dodong.git
  3. Install dependencies
    npm install
  4. Enter your bot token in config.js
    botToken: "BOT TOKEN HERE",
  5. Run the bot
    npm start

Run with Docker

  1. Enter your bot token in config.js

    botToken: "BOT TOKEN HERE",
  2. Build the Docker image

    docker build -t dodong .
  3. Run the Docker image

    docker run -d -it --name dodong --restart unless-stopped dodong