mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-07 12:24:51 +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]
|
data = message.text.split(None, 1)[1]
|
||||||
|
|
||||||
try:
|
try:
|
||||||
url = await post_to_telegraph(False, title=title, data=data)
|
url = await post_to_telegraph(False, title, data)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
await msg.edit(f"ERROR: {e}")
|
await msg.edit(f"ERROR: {e}")
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue