@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user