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
85b2fd0d85
commit
00d4d8ad58
1 changed files with 1 additions and 1 deletions
|
|
@ -86,8 +86,8 @@ async def telegraph_paste(_, message):
|
|||
]
|
||||
|
||||
pasted = f"**Successfully upload your media to Telegraph<a href='{url}'>.</a>\n\nUpload by {uname}**"
|
||||
await msg.edit(pasted, reply_markup=InlineKeyboardMarkup(button))
|
||||
remove(file)
|
||||
return await msg.edit(pasted, reply_markup=InlineKeyboardMarkup(button))
|
||||
data = ""
|
||||
limit = 1024 * 1024
|
||||
if reply and reply.document:
|
||||
|
|
|
|||
Loading…
Reference in a new issue