something
This commit is contained in:
parent
4dd30df390
commit
e2d4b4df8a
@ -197,7 +197,7 @@ async def play(c: Client, m: Message):
|
|||||||
AudioPiped(
|
AudioPiped(
|
||||||
ytlink,
|
ytlink,
|
||||||
),
|
),
|
||||||
stream_type=StreamType().pulse_stream,
|
stream_type=StreamType().local_stream,
|
||||||
)
|
)
|
||||||
add_to_queue(chat_id, songname, ytlink, url, "Audio", 0)
|
add_to_queue(chat_id, songname, ytlink, url, "Audio", 0)
|
||||||
await suhu.delete()
|
await suhu.delete()
|
||||||
@ -248,7 +248,7 @@ async def play(c: Client, m: Message):
|
|||||||
AudioPiped(
|
AudioPiped(
|
||||||
ytlink,
|
ytlink,
|
||||||
),
|
),
|
||||||
stream_type=StreamType().pulse_stream,
|
stream_type=StreamType().local_stream,
|
||||||
)
|
)
|
||||||
add_to_queue(chat_id, songname, ytlink, url, "Audio", 0)
|
add_to_queue(chat_id, songname, ytlink, url, "Audio", 0)
|
||||||
await suhu.delete()
|
await suhu.delete()
|
||||||
|
Loading…
Reference in New Issue
Block a user