mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-19 08:12:09 +00:00
test
This commit is contained in:
@@ -1600,10 +1600,10 @@ async def radio_hardkor(ctx):
|
|||||||
await connect(ctx)
|
await connect(ctx)
|
||||||
voice_client.play(
|
voice_client.play(
|
||||||
discord.PCMVolumeTransformer(
|
discord.PCMVolumeTransformer(
|
||||||
discord.FFmpegPCMAudio(source="http://95.175.16.246:666/mp3-stream"), volume=0.3
|
discord.FFmpegPCMAudio("http://95.175.16.246:666/mp3-stream"), volume=0.3
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
await asyncio.sleep(2)
|
#await asyncio.sleep(2)
|
||||||
#check_music.start()
|
#check_music.start()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user