xyter/src/commands/config/modules/index.ts

9 lines
308 B
TypeScript

import audits from "./audits";
import credits from "./credits";
import points from "./points";
import pterodactyl from "./pterodactyl";
import shop from "./shop";
import welcome from "./welcome";
import embeds from "./embeds";
export default { audits, credits, points, pterodactyl, shop, welcome, embeds };