fix(bot-discord): fix missing import AGAIN (i hate you vsc)

This commit is contained in:
GramingFoxTeam
2023-07-31 20:15:27 +03:00
parent a7f9c5a518
commit f1314e56fe

View File

@@ -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 {