discordjs-easiest

0.2.0 • Public • Published

Discordjs-easiest

  • Discordjs-easiest is a simple module for simplify Discord.js.

Code exemple:

    const Discord = require("discordjs-easiest");
    const bot = new Discord.Bot();

    bot.setCommandFolder("../../../../commands");
    bot.setEventsFolder("../../../../events");
    bot.setColor("#ff0000"); // not obligatory
    bot.setFooter("Diseasy Exemple"); // not obligatory
    bot.setBotId("bot id");
    bot.createSlashCommand();
    bot.start("token");

    // then, create commands folder and events folder !
    // for more information, tutorials is soon available !
    

Package Sidebar

Install

npm i discordjs-easiest

Weekly Downloads

5

Version

0.2.0

License

Apache-2.0

Unpacked Size

9.28 kB

Total Files

9

Last publish

Collaborators

  • digitaldevgroup