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 };