Updated typing export/import;
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type { AudioPlayer, AudioResource, VoiceConnection } from '@discordjs/voice';
|
||||
import { createAudioPlayer, createAudioResource, joinVoiceChannel } from '@discordjs/voice';
|
||||
import { join } from 'node:path';
|
||||
import {VoiceAudioDataModel, VoiceConnectionDataModel} from "./types";
|
||||
import type { VoiceAudioDataModel, VoiceConnectionDataModel } from './types';
|
||||
|
||||
export default class AudioManager {
|
||||
public VoiceConnection?: VoiceConnection;
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
export { default as AudioManager } from './audio-manager';
|
||||
export type {VoiceAudioDataModel, VoiceConnectionDataModel} from "./types";
|
||||
export type { VoiceAudioDataModel, VoiceConnectionDataModel } from './types';
|
||||
|
||||
Reference in New Issue
Block a user