@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: []
}))

Readme

Keywords

none

Package Sidebar

Install

npm i @erisa/commands

Weekly Downloads

13

Version

0.0.4-4

License

MIT

Unpacked Size

44.5 kB

Total Files

26

Last publish

Collaborators

  • ovyerus