azkars

1.0.7 • Public • Published

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 });

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i azkars

      Weekly Downloads

      1

      Version

      1.0.7

      License

      ISC

      Unpacked Size

      53.9 kB

      Total Files

      12

      Last publish

      Collaborators

      • r44m5aa