From f1314e56feabd9dd566bcfe3bf91ae2dead8b3de Mon Sep 17 00:00:00 2001 From: GramingFoxTeam Date: Mon, 31 Jul 2023 20:15:27 +0300 Subject: [PATCH] fix(bot-discord): fix missing import AGAIN (i hate you vsc) --- apps/bot-discord/src/commands/unban.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/bot-discord/src/commands/unban.js b/apps/bot-discord/src/commands/unban.js index 884a7be..c4d1dec 100644 --- a/apps/bot-discord/src/commands/unban.js +++ b/apps/bot-discord/src/commands/unban.js @@ -1,5 +1,5 @@ import { SlashCommandBuilder } from 'discord.js'; -import { checkForPerms } from '../utils/checkModPerms'; +import { checkForPerms } from '../utils/checkModPerms.js'; import reportToLogs from '../utils/reportToLogs.js'; export default {