add tgraph

This commit is contained in:
yasir 2023-02-09 14:13:29 +07:00
parent 00d4d8ad58
commit e74aae72ba

View file

@ -115,7 +115,7 @@ async def telegraph_paste(_, message):
data = message.text.split(None, 1)[1]
try:
url = await post_to_telegraph(False, title=title, data=data)
url = await post_to_telegraph(False, title, data)
except Exception as e:
await msg.edit(f"ERROR: {e}")
return