mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
fix(bot-discord): fix import
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user