diff --git a/bot.py b/bot.py index a012d4d..365bc59 100644 --- a/bot.py +++ b/bot.py @@ -1597,12 +1597,14 @@ async def radio_hardkor(ctx): voice_client = client.voice_clients[0] voice_client.play( discord.PCMVolumeTransformer( - discord.FFmpegPCMAudio("http://95.175.16.246:666/mp3-stream"), volume=1.0 + discord.FFmpegPCMAudio("http://95.175.16.246:666/mp3-stream"), volume=0.3 ) ) logger.info("Press play on radio completed") - #await asyncio.sleep(2) - #check_music.start() + else: + logger.error("Already playing") + await asyncio.sleep(12) + check_music.start()