Added Dist for Hosting

This commit is contained in:
2024-04-07 12:29:35 +02:00
parent aeb0e5ab2e
commit ac6834e467
20 changed files with 513 additions and 1 deletions

View File

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