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()