1.1.0 • Published 2 years ago

islam-discord.js v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

All You Need !

  • Just For Now Install Package Use This Command *

Put This Code Under Client Variable

const islam = require("islam-discord.js");
const cl = new islam.islamBuilder(client,{
    global: {
        name : "islam", // Change It If You Want
        description: "Islam Commands" // Change It If You Want
    },
    ramadan:{
        name: "ramadan",
        description: "Ramadan Command" // change it if You Want
    }
});
cl.start();