UNPKG

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.

4 lines (3 loc) 137 B
export { Logger } from './logger.js'; export { Theme } from './theme.js'; export { SetMetadata, applyDecorators } from './decorator.js';