1.1.1 • Published 1 year ago
@kotori-bot/kotori-plugin-menu v1.1.1
@kotori-bot/kotori-plugin-menu
Commands
/menu
View Bot's menu
Config
interface Config extends ModuleConfig {
alias?: string; // alias of /menu
keywords?: string[]; // keyowrds of /menu
content: string; // content of menu
}