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,6 +30,9 @@ async def command(str1,member,group = '0'):
z = [] z = []
c = '\n' c = '\n'
try: try:
if str(w) == '[]':
pass
else:
for x in w: for x in w:
if group == '250500369' or group == '676942198': if group == '250500369' or group == '676942198':
z.append(await imarc(x)) z.append(await imarc(x))
@ -38,6 +41,9 @@ async def command(str1,member,group = '0'):
except: except:
pass pass
try: try:
if str(w2) == '[]':
pass
else:
for x in w2: for x in w2:
if group == '250500369' or group == '676942198': if group == '250500369' or group == '676942198':
pass pass