All Projects → nizeic → Dodong

nizeic / Dodong

Licence: MIT license
An easy-to-setup music bot made with discord.js and discord-player

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Dodong

muser
Muser: A powerful Discord music bot made in DJs v13 managed by PGamerX, Peiprjs, and Luckie.
Stars: ✭ 66 (+20%)
Mutual labels:  music-player, discord-music-bot, discordjs, music-bot
Alexi5
A Discord Bot built using discordJS. Started as a joke for spamming memes. Branch "v2" is currently being used for active development. Hosted on Heroku.
Stars: ✭ 19 (-65.45%)
Mutual labels:  discord-music-bot, discordjs, music-bot, discord-js
Commando
[DEPRECATED] ⚫ Commando Discord bot built on discord.js-commando.
Stars: ✭ 78 (+41.82%)
Mutual labels:  discord-music-bot, discordjs, music-bot, discord-js
noteblock
A open-source music bot based on lavalink.
Stars: ✭ 93 (+69.09%)
Mutual labels:  music-player, discord-music-bot, music-bot, discord-js
mikaela
Mikaela is a discord music bot that gives users the ability to store their favorite songs, and create playlists on discord.
Stars: ✭ 19 (-65.45%)
Mutual labels:  discord-music-bot, discordjs, discord-js
SparkV
🤖⚡ | The most POWERFUL multipurpose chat/meme bot that will boost the activity in your server.
Stars: ✭ 24 (-56.36%)
Mutual labels:  discord-music-bot, discordjs, discord-js
NanoSpace
Erela.js & Discord.js@v14 (Prefix Commands!)
Stars: ✭ 59 (+7.27%)
Mutual labels:  discord-music-bot, discordjs, discord-js
hellsnakebot
🤖About A fully customizable bot built with discord.js
Stars: ✭ 14 (-74.55%)
Mutual labels:  discord-music-bot, discordjs, discord-js
Kalopsia-Bot
♠️ A Powerful Open-Source Discord,js (v13) Bot written in JavaScript with many moderation, fun, economy, music, utility commands ♠️
Stars: ✭ 60 (+9.09%)
Mutual labels:  discordjs, music-bot, discord-js
LenoxBot
🖥️ LenoxBot is a Discord bot that offers many cool new features to your Discord server!
Stars: ✭ 218 (+296.36%)
Mutual labels:  discord-music-bot, discordjs, discord-js
Jericho-Player
LightWeight Framework for discord.js v13 Music Bots and Radio Bots with fast moderation with commands and no memory leak.
Stars: ✭ 19 (-65.45%)
Mutual labels:  music-player, discordjs, discord-player
DraconianJSBot
With its robust performance, intuitive design, and vast array of functionalities, the Draconian Bot is the ultimate solution for all your needs.
Stars: ✭ 113 (+105.45%)
Mutual labels:  discord-music-bot, discordjs, discord-js
Discord.JS-Music-Bot
A simple Discord.JS music bot using the DisTube npm Package!
Stars: ✭ 23 (-58.18%)
Mutual labels:  discord-music-bot, music-bot, discord-js
SeoaBot
The Discord bot was name Seoa
Stars: ✭ 28 (-49.09%)
Mutual labels:  discord-music-bot, music-bot, discord-js
Discord-multipurpose-bot
A repository with JavaScript and Python versions of the same type of discord commands.
Stars: ✭ 27 (-50.91%)
Mutual labels:  discordjs, music-bot, discord-js
deejay-stereo
Discord music bot built using djs v13, discord-player. Slash Commands only bot
Stars: ✭ 42 (-23.64%)
Mutual labels:  discord-music-bot, discord-js, discord-player
Music-Slash-Bot
A music bot written in Discord.js and Distube using the slash command
Stars: ✭ 34 (-38.18%)
Mutual labels:  discord-music-bot, music-bot, discord-js
lavamusic
lavalink music bot base in erela.js and discord.js v13
Stars: ✭ 210 (+281.82%)
Mutual labels:  discord-music-bot, music-bot, discord-js
Shoukaku
A featureful stable wrapper for Lavalink
Stars: ✭ 140 (+154.55%)
Mutual labels:  discord-music-bot, discordjs, discord-js
Aometry
An awesome multipurpose discord bot build using discord.js v13 with support for slash commands and context menus
Stars: ✭ 51 (-7.27%)
Mutual labels:  discordjs, discord-js

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
  • web-based player controls (coming soon)
  • ... 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].