arab-music-plugin
v2.0.0
Published
A chat example to showcase how to use `socket.io` with a static `express` server with `async` for control flow.
Downloads
2
Readme
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 | البكجات المطلوبه
[x]
npm install discord.js
[x]
npm install ffmpeg-binaries
[x]
npm install ytdl-core
[x]
npm install node-opus
[x]
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_