@skullbite/hibiscus
TypeScript icon, indicating that this package has built-in type declarations

1.2.9 • Public • Published

🌺 Hibiscus

Command Handler for Eris

Official Support Server: https://discord.gg/Kzm9C3NYvq

npm

Basic Usage

const hibiscus = require("@skullbite/hibiscus")

const bot = new hibiscus.Bot('token', {}, {prefix: "!"})

bot.addCommand(
    new hibiscus.Command({name: "greet"})
    .setExec(async function(ctx) {
        ctx.send(`Hi ${ctx.author.username}`)
    })
)

bot.connect()

/@skullbite/hibiscus/

    Package Sidebar

    Install

    npm i @skullbite/hibiscus

    Weekly Downloads

    4

    Version

    1.2.9

    License

    ISC

    Unpacked Size

    48.6 kB

    Total Files

    15

    Last publish

    Collaborators

    • skullbite