1.0.8 • Published 4 years ago

sun-djs-musicbot v1.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

🔆sun-djs-musicbot

A simple discord.js Musicbot package. Easy for use, All ready in 1 Package.

Requirements

  1. Discord Bot Token Guide
  2. YouTube Data API v3 Key Guide
  3. Node.js v12.0.0 or latest

Getting started

npm i sun-djs-musicbot

Documentation

All Method has Tested and Works Very well.

MethodDescriptionParametersRequired?
tokenA Configuration for Inserting your Discord Bots tokenA string to get Token Bot Discord and LoginY
youtubeAPIKeyA Configuration for inserting your Youtube Data API v3 Key.A string to get Youtube Data API v3 Key to search songsY
prefixA Configuration for inserting your Bots Prefix.A String to get PREFIX and Set it to your BotN
statusSet your custom bot statusA string to get Bot status Text in any LanguangeN
statusTypeSet your custom bot status type.A string to get Bot status type, Such as LISTENING, and etcN
disableHelpcmdPermanently turn off help command-N
startStart Your Bots!-Y

Example

1. Beginner / First Example

const sun = require("sun-djs-musicbot");
// Well, Variable Created!

//Let's Fill out your Bots Config
sun.token("YOUR-TOKEN");
sun.prefix("!");
sun.youtubeAPIKey("YT-API-KEY");

//Set your custom status, If you want.
sun.status("!help");
sun.statusType("LISTENING")

// Start the Bots!
sun.start();

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

const sun = require("sun-djs-musicbot");
// Well, Variable Created!

//Let's Fill out your Bots Config
sun.token("YOUR-TOKEN");
sun.prefix("!");
sun.youtubeAPIKey("YT-API-KEY");
//Disable `help` cmd Permanent 
sun.disableHelpcmd();
//Remove `sun.disableHelpcmd()` instead if you don't want disable `help` cmd

//Set your custom status, if you want.
sun.status("!help");
sun.statusType("LISTENING")

// Start the Bots!
sun.start();

Community

Any Question / Doubt can Join our Discord Server Here

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

0.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.0

4 years ago