Skip to content

anasrz/ramadanevent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation


ramadam


Install ?

Require Discord.js V13 Or High.

npm i ramdan-event

Quran Play Example :

To Play Quran In Voice Channel You Need Voice , Guild id

const { Client, Intents } = require("discord.js"); 
const client = new Client({ intents: [ Intents.FLAGS.GUILDS, Intents.FLAGS.GUILD_MESSAGES, Intents.FLAGS.GUILD_MEMBERS, Intents.FLAGS.GUILD_INVITES, ], });
const {quran,azkar} = require('ramdan-event')

const voicechannelid = 'id here'
const guildid = 'id here'


client.on('ready',() => {
quran(client,voicechannelid,guildid)
console.log('playing quran ❤')

}

client.login('my super man token 🥲')

Azkar Send :

Send a Random Azkar Every 5 Minute To Specif Channel

const { Client, Intents } = require("discord.js"); 
const client = new Client({ intents: [ Intents.FLAGS.GUILDS, Intents.FLAGS.GUILD_MESSAGES, Intents.FLAGS.GUILD_MEMBERS, Intents.FLAGS.GUILD_INVITES, ], });
const {quran,azkar} = require('ramdan-event')

const textchannelid = 'id here'
const guildid = 'id here'


client.on('ready',() => {
azkar(client,textchannelid,guildid)
console.log('sending azkar ❤')

}

client.login('my super man token 🥲')

About

Ramdan event package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published