fixes
Co-authored-by: Aditya <me@xditya.me> Co-authored-by: Danish <72792730+1Danish-00@users.noreply.github.com> Co-authored-by: buddhhu <buddhuu0@users.noreply.github.com> Co-authored-by: sppidy <sppidy@users.noreply.github.com> Co-authored-by: Arnab Paryali <Arnabxd@users.noreply.github.com>
This commit is contained in:
@@ -47,7 +47,7 @@ async def e(o):
|
||||
Repo().active_branch,
|
||||
)
|
||||
res = [
|
||||
b.article(
|
||||
await b.article(
|
||||
title="Ultroid Userbot",
|
||||
url="https://t.me/TeamUltroid",
|
||||
description="Userbot | Telethon ",
|
||||
|
||||
@@ -17,7 +17,7 @@ REPOMSG = (
|
||||
)
|
||||
|
||||
|
||||
@ultroid_cmd(pattern="(repo|ultroid)$")
|
||||
@ultroid_cmd(pattern="repo$")
|
||||
async def repify(e):
|
||||
try:
|
||||
q = await ultroid_bot.inline_query(Var.BOT_USERNAME, "repo")
|
||||
|
||||
@@ -18,6 +18,7 @@ from telethon.tl.types import UserStatusLastWeek as lw
|
||||
from telethon.tl.types import UserStatusOffline as off
|
||||
from telethon.tl.types import UserStatusOnline as on
|
||||
from telethon.tl.types import UserStatusRecently as rec
|
||||
from . import *
|
||||
|
||||
snap = {}
|
||||
buddhhu = []
|
||||
@@ -119,10 +120,11 @@ async def _(e):
|
||||
Button.inline("Secret Msg", data=f"dd_{logi.id}"),
|
||||
Button.inline("Delete Msg", data=f"del"),
|
||||
]
|
||||
us = logi.username
|
||||
sur = e.builder.article(
|
||||
title=f"{logi.first_name}",
|
||||
description=desc,
|
||||
text=get_string("wspr_1").format(logi.username),
|
||||
text=get_string("wspr_1").format(us),
|
||||
buttons=button,
|
||||
)
|
||||
buddhhu.append(meme)
|
||||
|
||||
Reference in New Issue
Block a user