Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

erisaaa/commands

Repository files navigation

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

About

A robust and extensive command system for Erisa.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published