ProMusic is a bot made using discord.js discordjs.guide
- How to obtain a Discord Bot Token Guide
- YouTube Data API v3 Key Guide
- SoundCloud doesn't provide API anymore**
- Node.js v12.0.0 or newer
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)
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