Ultroid v0.2.1 [Fixes]

Co-authored-by: Devesh Pal <New-dev0@users.noreply.github.com>
Co-authored-by: Amit Sharma <48654350+buddhhu@users.noreply.github.com>
Co-authored-by: M̲αραт <marat2509@users.noreply.github.com>
This commit is contained in:
1Danish-00
2021-10-11 23:45:55 +05:30
parent 6f44b386aa
commit 83ce616dab
13 changed files with 45 additions and 46 deletions

View File

@@ -25,7 +25,7 @@ from ._inline import something
@ultroid_cmd(pattern="button")
async def butt(event):
media, text = None, None
media, wut, text = None, None, None
if event.reply_to:
wt = await event.get_reply_message()
if wt.text: