Ultroid - v0.0.4

ChangeLog - https://t.me/TheUltroid/26
This commit is contained in:
Aditya
2021-03-13 17:26:44 +05:30
committed by GitHub
parent a104e40539
commit cb317c5a72
56 changed files with 2800 additions and 631 deletions

View File

@@ -22,7 +22,7 @@ from . import *
pattern="github (.*)",
)
async def gitsearch(event):
xx = await eor(event, "`Searching...`")
xx = await eor(event, get_string("com_2"))
try:
usrname = event.pattern_match.group(1)
except BaseException: