Skip to content

get543/muSicBot

Repository files navigation



SicBot

Discord Music Bot created using DisTube and the latest version of discord.js

🎉 Features

  • Slash Commands
  • YouTube, Spotify, and SoundCloud support
  • Dynamic Queue System

For more info you can do /help for all available music commands

🤳 Self Host

  1. Create a new applications here
  • Turn the app into a bot in the 'bot' section
  • Copy the bot token
  1. Create a .env file in the root directory, containing:
DISCORD_TOKEN = "paste-your-bot-token-here"

clientID = "bot-id"

guildID = "server-id"
  1. Open terminal and navigate to the project folder

  2. Run this command :

# install missing dependencies
npm install

# run the bot
npm start

Note Cannot be hosted on cloud. You have to host it yourself. If you are using a VPN or anything similar on your machine, it's going to return an error. Disabled it before you ran the bot.

❌ Deleting Commands

Delete registered commands on discord and to avoid confusion of the same commands.

Delete Global Commands

npm run delete:global

Delete Guild Commands

npm run delete:guild

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •