fix
This commit is contained in:
parent
f75902a97e
commit
abd5e35797
|
|
@ -33,7 +33,6 @@ async def tg_process_template(
|
||||||
elif audio:
|
elif audio:
|
||||||
return await chat_wrap.send_audio(
|
return await chat_wrap.send_audio(
|
||||||
audio,
|
audio,
|
||||||
caption=text,
|
|
||||||
reply_markup=keyboard,
|
reply_markup=keyboard,
|
||||||
content_id=content_id,
|
content_id=content_id,
|
||||||
message_type=message_type,
|
message_type=message_type,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue