From a7f9c5a518386a9562b5342e6ff3daa6f6e4f75e Mon Sep 17 00:00:00 2001 From: GramingFoxTeam Date: Mon, 31 Jul 2023 20:14:24 +0300 Subject: [PATCH] fix(bot-discord): fix import --- apps/bot-discord/src/commands/trainMessage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/bot-discord/src/commands/trainMessage.js b/apps/bot-discord/src/commands/trainMessage.js index 35ff36a..1105f7c 100644 --- a/apps/bot-discord/src/commands/trainMessage.js +++ b/apps/bot-discord/src/commands/trainMessage.js @@ -1,6 +1,6 @@ import { ContextMenuCommandBuilder, ApplicationCommandType } from 'discord.js'; import trainAISelectMenu from '../utils/trainAISelectMenu.js'; -import { checkForPerms } from '../utils/checkPerms.js'; +import { checkForPerms } from '../utils/checkSupporterPerms.js' export default { data: new ContextMenuCommandBuilder()