1
0
Fork 0
forked from swee/MeowNex

Update sweebot.py

This commit is contained in:
Nova Cat 2024-12-22 19:44:20 -08:00
parent 124dd1dcba
commit d784694262

View file

@ -357,7 +357,9 @@ while True:
try:
extraflags = expression.split("/")[3:]
for i in extraflags:
if i.lower() == "g":
if i.strip() == "":
pass
elif i.lower() == "g":
repeat = True
elif i.strip().isdigit():
print(f"index = {int(i)}")