DarkThunder99 / Music-Bot

Its a Music Bot with a lot of Features.

Home Page:https://discord.gg/aYQjQjs9YT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ€– Music-Bot Please Give a 🌟 If you like the Bot!!

πŸ”Ž Deploy Links

Heroku Deploy

πŸ”Ž Requirements

  1. Discord Bot Token Guide
  2. YouTube Data API v3 Key Guide
  3. Node.js v12.0.0 or newer

πŸ“ Features

This Bot a lot of Features. You can Play Playlists from YouTube.

πŸš€ Getting Started

I have all the files you need you can simply push to heroku and make some Config Vars under (Settings >> Config Vars) or if you wanna run it on a raspberry pi you can with the config.json.example file just simple rename it to config.json

βš™οΈ Self Hosting

Copy or Rename config.json.example to config.json and fill out the values:

⚠️ Note: Never commit or share your token or api keys publicly ⚠️

{
  "TOKEN": "",
  "YOUTUBE_API_KEY": "",
  "SOUNDCLOUD_CLIENT_ID": "", (Optional)
  "MAX_PLAYLIST_SIZE": 10,
  "PREFIX": "/",
  "PRUNING": false,
  "STAY_TIME": 30
}

βš™οΈ Heroku Hosting

Fork the Project, Go to Heroku.com and Make a New App, Then Go to Deploy and Connect the Repository, Then Go to Config Vars and Make New Vars Like this

TOKEN
YOUTUBE_API_KEY
SOUNDCLOUD_CLIENT_ID (Optional)
MAX_PLAYLIST_SIZE
PREFIX
PRUNING
STAY_TIME

About

Its a Music Bot with a lot of Features.

https://discord.gg/aYQjQjs9YT

License:MIT License


Languages

Language:JavaScript 100.0%