1.0.7 • Published 1 year ago

azkars v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

What is the package?

A package to get Islamic things and azkar and supplications easily In some azkar and supplications, if he finds an explanation, he will tell you his explanation in two languages: Arabic, English.

Installation

npm install azkars
yarn add azkars
pnpm add azkars

Using Azkars

const { Azkar } = require("azkars");
const { EmbedBuilder } = require("discord.js");

 const Embed = new EmbedBuilder()
        .setTitle(`Azkar`)
        .setDescription(`Arabic: ${Azkar.Arabic()} \nEnglish: ${Azkar.English()}`)
        .setColor("Blue");

    return interaction.reply({ embeds: [Embed], ephemeral: true });   

Using Prophet Names

const { Prophet } = require("azkars");
const { EmbedBuilder } = require("discord.js");

const Embed = new EmbedBuilder()
        .setTitle(`Prophet Names`)
        .setDescription(`Arabic: ${Prophet.Arabic()} \nEnglish: ${Prophet.English()}`)
        .setColor("Blue");

    return interaction.reply({ embeds: [Embed], ephemeral: true });
1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago