UNPKG

cumsystem

Version:

simple command system and command handler

5 lines (4 loc) 279 B
import * as Discord from 'discord.js'; export declare function getParams(message: Discord.Message): string[]; export declare function grammar(str: string): string; export declare function parseUser(bot: Discord.Client, parse: string, guild?: Discord.Guild): Discord.User | null;