mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
add tgraph
This commit is contained in:
parent
00d4d8ad58
commit
e74aae72ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue