naar-music-bot
v1.0.6
Published
Simple JavaScript Music Discord Bot Powerd By: NAAR Studio.
Downloads
4
Maintainers
Readme
🎵 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, // replace it with your bot client name
help_command, // replace it with true or flase to make the help command allowed or not
loop_command, // replace it with true or flase to make the loop command allowed or not
lyrics_command, // replace it with true or flase to make the lyrics command allowed or not
nowplaying_command, // replace it with true or flase to make the nowplaying command allowed or not
pause_command, // replace it with true or flase to make the help pause allowed or not
ping_command, // replace it with true or flase to make the help ping allowed or not
play_command, // replace it with true or flase to make the help play allowed or not
queue_command, // replace it with true or flase to make the help queue allowed or not
remove_command, // replace it with true or flase to make the help remove allowed or not
resume_command, // replace it with true or flase to make the help resume allowed or not
search_command, // replace it with true or flase to make the help search allowed or not
skip_command, // replace it with true or flase to make the help skip allowed or not
stop_command, // replace it with true or flase to make the help stop allowed or not
volume_command, // replace it with true or flase to make the help volume allowed or not
token, // replace it with your bot token, ohh you don't wont to do this? its ok just type anything or type null
prefix, // replace it with you bot prefix
activity, // replace it with your bot activity
status, // replace it with your bot status
stay_room_id, // replace it with the id of the room the bot well stay in 24/7, if you wont to make the free soo just type anything or type null
dmHelpList // if you make the help_command true soo this to make the bot orders sends in channel or dm
)
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"); // yes and the defult prefix is "!";