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

Latest commit

 

History

History
16 lines (12 loc) · 289 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 289 Bytes

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