@erisa/commands
TypeScript icon, indicating that this package has built-in type declarations

0.0.4-4 • Public • Published

@erisa/commands

The command system module built for the Erisa framework.

Basic Usage

import {Erisa} from 'erisa';
import commands from '@erisa/commands';

const bot = new Erisa('token');

bot.useTuples(commands(erisa, {
    owner: 'your id',
    prefixes: []
}))

/@erisa/commands/

    Package Sidebar

    Install

    npm i @erisa/commands

    Weekly Downloads

    0

    Version

    0.0.4-4

    License

    MIT

    Unpacked Size

    44.5 kB

    Total Files

    26

    Last publish

    Collaborators

    • ovyerus