Archived
1
0
Fork 0

Update command.py

This commit is contained in:
yzhh 2020-08-04 00:51:04 +08:00
parent 10878a0b92
commit bedb8a32b2

View file

@ -30,19 +30,25 @@ async def command(str1,member,group = '0'):
z = [] z = []
c = '\n' c = '\n'
try: try:
for x in w: if str(w) == '[]':
if group == '250500369' or group == '676942198': pass
z.append(await imarc(x)) else:
else: for x in w:
z.append(await im(x)) if group == '250500369' or group == '676942198':
z.append(await imarc(x))
else:
z.append(await im(x))
except: except:
pass pass
try: try:
for x in w2: if str(w2) == '[]':
if group == '250500369' or group == '676942198': pass
pass else:
else: for x in w2:
z.append(await imt(x)) if group == '250500369' or group == '676942198':
pass
else:
z.append(await imt(x))
except: except:
pass pass
if str(z) =='['']['']' or str(z) == '[][]' or str(z) == '[]': if str(z) =='['']['']' or str(z) == '[][]' or str(z) == '[]':