fix: yeah

This commit is contained in:
2022-12-26 22:17:07 +01:00
parent 1e8de10bf3
commit 63b259565a
5 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -1,5 +1,5 @@
import { commandModule, CommandType } from '@sern/handler';
import { publish } from '#plugins';
import { publish } from '../plugins/index.js';
import {
createAudioPlayer,
createAudioResource,

View File

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

View File

@@ -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';

View File

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