mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 02:53:31 +01:00
chore: fix leftover eslint exceptions
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { GatewayOpcodes } from 'discord-api-types/v10';
|
||||
import type { VoiceConnection } from './VoiceConnection';
|
||||
import type { AudioPlayer } from './audio';
|
||||
import type { AudioPlayer } from './audio/index';
|
||||
|
||||
export interface JoinConfig {
|
||||
channelId: string | null;
|
||||
|
||||
Reference in New Issue
Block a user