Archived
1
0
Fork 0

Update CommandGen.py

This commit is contained in:
yzhh 2021-01-02 21:50:23 +08:00
parent 5a42019232
commit 4c4ab09387

View file

@ -29,10 +29,6 @@ async def command(text, group=0):
d = d[0]
except Exception:
d = c
if d == 'echo':
echo = re.sub('echo ', '', c)
if echo != '':
return echo
if d in clist:
k = clist.get(d)
k1 = re.match(r'from (.*) import (.*)\|(.*)', k)