sdhandler
Version:
A discord.js command handler
10 lines (9 loc) • 358 B
TypeScript
import { SDClient } from "./structures/Client";
export * from './typings/Button';
export * from './typings/Command';
export * from './typings/Sdhandler';
export * from './structures/enums';
export { Command } from './structures/Command';
export { Button } from './structures/Button';
export { Event } from './structures/Event';
export { SDClient };