UNPKG

shadow-core

Version:

A modular core framework for Discord bot development, providing commands, buttons, menus, middleware, and more.

7 lines 177 B
export * from "./command"; export * from "./event"; export * from "./button"; export * from "./menu"; export * from "./bot"; export * from "./util"; export * from "./middleware"