Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Jun 6, 2023. It is now read-only.
/DodongPublic archive

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

License

NotificationsYou must be signed in to change notification settings

dotnize/Dodong

Repository files navigation

Note: This project is no longer actively maintained.

Dodong


last commit


A music bot written usingdiscord.js anddiscord-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 requestshere.

Deploy automatically

Deploy

Run on Repl.it

Manual installation

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

Run with Docker

  1. Enter yourbot token inconfig.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

[8]ページ先頭

©2009-2025 Movatter.jp