Added Dist for Hosting
This commit is contained in:
7
dist/src/utils/getApplicationCommands.js
vendored
Normal file
7
dist/src/utils/getApplicationCommands.js
vendored
Normal 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;
|
||||
};
|
||||
Reference in New Issue
Block a user