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