🎵 NAAR Studio Music Pack
・Simple JavaScript Music Discord Bot Powerd By: NAAR Studio.
🔌 Getting Started
first download the music package!
npm install naar-music-bot@latest
💨 Run the package
first import naar-music-bot
in your project like this:
const nmb = requrie('naar-music-bot');
then you need to edit the bot config, its easy just do like me:
nmb.config()
okay, thare are alot of things to do in config brackets soo i will give you all of them:
nmb.config(
client,
help_command,
loop_command,
lyrics_command,
nowplaying_command,
pause_command,
ping_command,
play_command,
queue_command,
remove_command,
resume_command,
search_command,
skip_command,
stop_command,
volume_command,
token,
prefix,
activity,
status,
stay_room_id,
dmHelpList
)
now you are done, your source have to be thing like this
nmb.config.config(
client,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
"dddd",
"!",
"Muisc",
"idle",
"89564582004897",
true
)
i think same people well not understand this soo don't worry just copy and peast this in your index:
const Discord = require('discord.js');
const client = new Discord.Client();
const nmb = requrie('naar-music-bot');
nmb.config(client);
client.login("your bot token");
💖 Any Bug Or Suggestion
・Just Content Us In Our Discord Server: Click Here
❗ License
💌 NAAR Studio