"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = async (client) => { const applicationCommands = await client.application.commands; await applicationCommands.fetch(); return applicationCommands; };