Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 2.07 KB

README.md

File metadata and controls

39 lines (28 loc) · 2.07 KB

Music Bot

🎵⚡ A fast and easy to use Discord.JS 14 music bot that supports YouTube, Spotify and SoundCloud sources to play music off! ⚡🎵

GitHub Repo stars GitHub forks GitHub Issues GitHub commit activity (branch)

✨ Music Bot Features

  • Playback support for: YouTube, Spotify (with YT Search), SoundCloud
  • Fast and optimized music system using play-dl
  • Key-less YouTube support
  • Slash Commands

❓ How to run

  • Install latest Node.JS LTS and Git.
  • Install the bot's dependencies (pnpm, npm or whatever you use).
  • Modify the Bot.tsfiles in ./src/components/ for your bot's configuration.
  • Either make a .env file based off the config in .env-example or configure the config.ts in ./src/components/ for your bot.
  • Run the build script.
  • Run the bundle.js output file in the dist folder or the start script.

🛠️ Contributions

If you think you can improve Music Bot, please submit a pull request that has well written and efficient code. Slow and poorly written code will be rejected or asked to be re-written properly.

🤝 Support

Submit an issue here in the repository, or join the Infinium Community (My own bot which Music Bot has been based off): https://discord.gg/QFvCUDydvV

🌟 Credits

  • eritislami/evobot for their amazing music system which I adapted with some personal changes.