mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-03 11:04:51 +00:00
add tgraph
This commit is contained in:
parent
3ea22177ec
commit
992a55082d
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ async def telegraph_paste(_, message):
|
||||||
|
|
||||||
pasted = f"**Successfully upload your media to Telegraph<a href='{url}'>.</a>\n\nUpload by {uname}**"
|
pasted = f"**Successfully upload your media to Telegraph<a href='{url}'>.</a>\n\nUpload by {uname}**"
|
||||||
await msg.edit(pasted, reply_markup=InlineKeyboardMarkup(button))
|
await msg.edit(pasted, reply_markup=InlineKeyboardMarkup(button))
|
||||||
|
remove(file)
|
||||||
data = ""
|
data = ""
|
||||||
limit = 1024 * 1024
|
limit = 1024 * 1024
|
||||||
if reply and reply.document:
|
if reply and reply.document:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue