mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-19 16:22:10 +00:00
FIX!
This commit is contained in:
@@ -1592,8 +1592,8 @@ async def radio_hardkor(ctx):
|
|||||||
async with ctx.typing():
|
async with ctx.typing():
|
||||||
global MUZYKA # pylint: disable=global-variable-not-assigned
|
global MUZYKA # pylint: disable=global-variable-not-assigned
|
||||||
MUZYKA["ctx"] = ctx
|
MUZYKA["ctx"] = ctx
|
||||||
await connect(ctx=ctx)
|
|
||||||
if not client.voice_clients:
|
if not client.voice_clients:
|
||||||
|
await connect(ctx=ctx)
|
||||||
voice_client = client.voice_clients[0]
|
voice_client = client.voice_clients[0]
|
||||||
voice_client.play(
|
voice_client.play(
|
||||||
discord.PCMVolumeTransformer(
|
discord.PCMVolumeTransformer(
|
||||||
|
|||||||
Reference in New Issue
Block a user