mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-27 05:01:02 +00:00
fix(bot-discord): fix missing import AGAIN (i hate you vsc)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import { SlashCommandBuilder } from 'discord.js';
|
import { SlashCommandBuilder } from 'discord.js';
|
||||||
import { checkForPerms } from '../utils/checkModPerms';
|
import { checkForPerms } from '../utils/checkModPerms.js';
|
||||||
import reportToLogs from '../utils/reportToLogs.js';
|
import reportToLogs from '../utils/reportToLogs.js';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
|||||||
Reference in New Issue
Block a user