Archived
1
0
Fork 0

Update command.py

This commit is contained in:
yzhh 2020-07-08 10:52:31 +08:00
parent 174f39b77c
commit cccb1463fc

View file

@ -37,10 +37,10 @@ async def command(str1,member):
except Exception:
try:
w = re.findall(r'\[\[(.*?)\]\]',str1)
print(str(w))
z = []
c = '\n'
for x in w:
print(x)
z.append(await im(x))
v = c.join(z)
return('echo '+v)