2.0.0 • Published 6 years ago

arab-music-plugin v2.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

Arab Music Plugin

Informations | معلومات

  • How can i install the package ? | كيف انول البكج؟ Write npm install arab-music-plugin in your terminal | اكتب npm install arab-music-plugin داخل وحدة التحكم

  • Required Packages | البكجات المطلوبه

  • npm install discord.js
  • npm install ffmpeg-binaries
  • npm install ytdl-core
  • npm install node-opus
  • npm install youtube-dl (MAY NOT BE INSTALLED ON WINDOWS)

Example | مثال

const Discord = require('discord.js');
const music = require('arab-music-plugin');
const Bot = new Discord.Client();
const token = "التوكن حق بوتك"; // Your Bot Token

Bot.on('ready', () => {
    console.log(`[Start] ${new Date()}`);
});

music(Bot, {
	prefix: 'البريفكس حق بوتك',       // Prefix of '-'.
	global: false,     // لا تلعب شي هنا
	maxQueueSize: 10,  // هنا الحد حق قائمه الانتظار
	clearInvoker: true, // لا تلعب بأي شي هنا
    channel: 'اسم الروم الصوتي'   // Name of voice channel to join. If omitted, will instead join user's voice channel.
});
Bot.login(token);

Author | المؤلف

Discord: DabDoub#4740

Official Discord: https://discord.gg/qwuDxb

Twitter: https://twitter.com/ImZoon_

Note: this package is only using for "Discord.js"

2.0.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.1.1

6 years ago

0.0.1

6 years ago