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 {