3.3.15 • Published 3 years ago

discord-music-system v3.3.15

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

NPM

forthebadge

🎵 Discord-Music-System

🔩 Installation

$ npm install discord-music-system@latest

💻 Code example

const Discord = require('discord.js'); // Require discord.js
const client = new Discord.Client(); // Create the bot client.
const { MusicBot } = require('discord-music-system'); // Require the best package ever created on NPM (= require discord-music-system)

client.musicBot = new MusicBot(client, {
    ytApiKey: 'YouTube API key',
    prefix: '!', // Your bot prefix
    language: 'en' // fr, en, es, pt
});

client.on('message', async message => {
    if(message.author.bot) {
        return;
    };
    client.musicBot.onMessage(message);
});

client.login('Your Discord bot token'); // Login with your bot token. You can find the token at https://discord.com/developers/applications/

🤖 Commands

  • PLAY

    • play,
    • add,
    • join
    • + <search string | video URL | playlist URL>
  • STOP

    • stop
    • kill
    • destroy
    • leave
  • NOW PLAYING

    • np
    • nowplaying
    • current
  • SKIP

    • skip
    • next
    • >>
  • QUEUE

    • queue
    • list
    • show
  • VOLUME

    • volume
    • setvolume
    • + <valid number beetween 0 and 100>
  • PAUSE

    • pause
  • RESUME

    • resume
  • REMOVE

    • remove
    • delete
    • + <valid number of a song position in the queue>
  • LYRICS

    • lyrics
    • + <song title> || or no args if a song is playing

🖼 Gif example

Foo

🚀 Other

This package is under MIT license.

Note: This package is not affiliated with Discord or YouTube.

If you have any problems, you can contact: RemyK#3876. Discord server: Server Link

Made with ❤ by RemyK

3.3.13

3 years ago

3.3.14

3 years ago

3.3.15

3 years ago

3.3.12

3 years ago

3.3.1

3 years ago

3.3.0

3 years ago

3.2.3

3 years ago

3.2.2

3 years ago

3.2.2-beta

3 years ago

3.2.1

4 years ago

3.2.0

4 years ago

3.1.2

4 years ago

3.1.0

4 years ago

3.0.31

4 years ago

3.0.3

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.0

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.0

4 years ago