🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

djs.musicbot

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

djs.musicbot

A simple discord.js Musicbot package.

1.2.2
latest
Source
npm
Version published
Weekly downloads
1
-92.86%
Maintainers
1
Weekly downloads
 
Created
Source

Djs.Musicbot

A simple discord.js Musicbot package.

Requirements

  • Discord Bot Token Guide
  • FFMPEG is required
  • Node.js v12.0.0 or latest

Getting started

npm i djs.musicbot

Documentation

All Method has Tested and Works Very well.

MethodDescriptionParametersRequired?
STATUSSet your Bot ActivityGetting a StringN
PREFIXSet your Bot PrefixGetting Prefix TextN
disableHelpCMDDisable help command.-N
loginLog in to your botGetting Bot Token for Connect to Bot.Y

Example

1. Beginner / First Example

const client = require("djs.musicbot")

//Set bot status
client.STATUS("!help")
client.PREFIX("!")

//Now log in to your bot

client.login("TOKEN-HERE")

2. Disabling help commands because Your bots already have help Command.

 const client = require("djs.musicbot")

//Set bot status
client.STATUS("!help")
client.PREFIX("!")

//Disable Help Command
client.disableHelpCMD(true)
//If you want to enable it, Simply Change the `true` as `false`.

//Now log in to your bot

client.login("TOKEN-HERE")

Community

Any Question / Doubt can Join our Discord Server Here

FAQs

Package last updated on 04 Jan 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