Socket
Book a DemoInstallSign in
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
npmnpm
Version published
Weekly downloads
16
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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.