@erisa/commands
v0.0.4-4
Published
The default commands framework for Erisa.
Downloads
4
Readme
@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: []
}))