import { Client } from "discord.js"; export default async (client: Client) => { const applicationCommands = await client.application.commands; await applicationCommands.fetch(); return applicationCommands; }