Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

naar-music-bot

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

naar-music-bot

Simple JavaScript Music Discord Bot Powerd By: NAAR Studio.

  • 1.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

🎵 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 "!";

💖 Any Bug Or Suggestion

・Just Content Us In Our Discord Server: Click Here

❗ License

MIT

💌 NAAR Studio

Keywords

FAQs

Package last updated on 26 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc