npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

naar-music-bot

v1.0.6

Published

Simple JavaScript Music Discord Bot Powerd By: NAAR Studio.

Downloads

4

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

💖 Any Bug Or Suggestion

・Just Content Us In Our Discord Server: Click Here

❗ License

MIT

💌 NAAR Studio

Server Link