dobra oprava na debilni chybu pro dobry lidi
This commit is contained in:
parent
aa1c01886c
commit
58d0473830
@ -93,6 +93,7 @@ export const joinVoice = async (channel: VoiceChannel | StageChannel | string, g
|
|||||||
if (!prev) {
|
if (!prev) {
|
||||||
const player = createAudioPlayer();
|
const player = createAudioPlayer();
|
||||||
pripojeni[guildId] = conn.subscribe(player)!;
|
pripojeni[guildId] = conn.subscribe(player)!;
|
||||||
|
conn.on("error", e => console.log("error nekde v conn", e));
|
||||||
}
|
}
|
||||||
|
|
||||||
return { conn, prev };
|
return { conn, prev };
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user