1.2.2 • Published 3 years ago

djs.musicbot v1.2.2

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

Djs.Musicbot

A simple discord.js Musicbot package.

Requirements

  1. Discord Bot Token Guide
  2. FFMPEG is required
  3. 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

1.2.2

3 years ago

1.2.0

3 years ago

1.2.1

3 years ago

1.1.1

3 years ago

1.1.0

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago