meocord
Version:
Decorator-based Discord bot framework built on discord.js. Brings NestJS-style controllers, dependency injection, guards, and testing utilities to bot development — with a full CLI and TypeScript-first design.
6 lines (5 loc) • 371 B
JavaScript
export { Service } from './service.decorator.js';
export { CommandBuilder } from './command-builder.decorator.js';
export { Command, Controller, MessageHandler, ReactionHandler, getCommandMap, getMessageHandlers, getReactionHandlers } from './controller.decorator.js';
export { Guard, UseGuard } from './guard.decorator.js';
export { MeoCord } from './app.decorator.js';