From 253122e6713cf5bf9c605d74a19dfdec1e57bd02 Mon Sep 17 00:00:00 2001 From: Migatu Date: Tue, 23 Apr 2024 12:28:19 +0200 Subject: [PATCH] Fix fix fix --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 56dc7b8..a012d4d 100644 --- a/bot.py +++ b/bot.py @@ -1597,7 +1597,7 @@ 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=0.3 + discord.FFmpegPCMAudio("http://95.175.16.246:666/mp3-stream"), volume=1.0 ) ) logger.info("Press play on radio completed")