Evie4 / ProMusic

An advanced music bot made using discord.js | Main project from Evo-Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy

🎡 ProMusic (Discord Music Bot)

ProMusic is a bot made using discord.js discordjs.guide

Installation

  1. How to obtain a Discord Bot Token Guide
  2. YouTube Data API v3 Key Guide
  3. SoundCloud doesn't provide API anymore**
  4. Node.js v12.0.0 or newer

πŸ”Ž Making The Project

After installation finishes you can use node index.js to start the bot.

Type (npm i) in console

🚨🚨 Commiting your token to be accessed by others or making it public is strictly prohibited.So, dont share your token in any cost or use .gitignore to hide secrets 🚨🚨

{
  "TOKEN": "",
  "YOUTUBE_API_KEY": "",
  "SOUNDCLOUD_CLIENT_ID": "",
  "MAX_PLAYLIST_SIZE": 10,
  "PREFIX": "/",
  "PRUNING": false,
  "STAY_TIME": 30,
  "LOCALE": "en",
  "support_server": "",
  "DEFAULT_VOLUME": 100
}

Currently available locales are:

β€’ English (en) β€’ French (fr) β€’ Spanish (es) β€’ Turkish (tr) β€’ Korean (ko) β€’ Brazilian Portuguese (pt_br) β€’ Simplified Chinese (zh_cn) β€’ Traditional Chinese (zh_tw)

πŸ“ Features & Commands

Note: The default prefix is '/'

  • 🎢 Using YouTube Url

/play https://www.youtube.com/c/Vevo

  • πŸ”Ž Playing music via Name

/play FatRat Fire

  • πŸ”Ž Search and play

/search Imperial March Trap Remix by Goblins from Mars

Main Credits go to @eritislami for making evobot so pro.. Get evobot repo here - https://github.com/eritislami/evobot

About

An advanced music bot made using discord.js | Main project from Evo-Bot


Languages

Language:JavaScript 98.9%Language:Dockerfile 1.1%