mirror of
https://github.com/SrIzan10/ava.git
synced 2026-06-06 00:46:53 +00:00
fix: yeah
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { commandModule, CommandType } from '@sern/handler';
|
||||
import { publish } from '#plugins';
|
||||
import { publish } from '../plugins/index.js';
|
||||
import { ActionRowBuilder, ComponentType, EmbedBuilder, StringSelectMenuBuilder } from 'discord.js';
|
||||
import axios from 'axios';
|
||||
import progressbar from 'string-progressbar'
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { commandModule, CommandType } from '@sern/handler';
|
||||
import { publish } from '#plugins';
|
||||
import { publish } from '../plugins/index.js';
|
||||
import {
|
||||
createAudioPlayer,
|
||||
createAudioResource,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { commandModule, CommandType } from '@sern/handler';
|
||||
import { ApplicationCommandOptionType, GuildMember } from 'discord.js';
|
||||
import { prisma } from '../index.js';
|
||||
import { publish } from '#plugins';
|
||||
import { publish } from '../plugins/index.js';
|
||||
|
||||
export default commandModule({
|
||||
type: CommandType.Slash,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { commandModule, CommandType } from '@sern/handler';
|
||||
import { publish } from '#plugins';
|
||||
import { publish } from '../plugins/index.js';
|
||||
import { getVoiceConnection } from '@discordjs/voice'
|
||||
import type { GuildMember } from 'discord.js';
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { commandModule, CommandType } from '@sern/handler';
|
||||
import { publish } from '#plugins';
|
||||
import { publish } from '../plugins/index.js';
|
||||
import { prisma } from '../index.js';
|
||||
import { getVoiceConnection } from '@discordjs/voice'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user