Update sweebot.py
All checks were successful
Check syntax / check (push) Successful in 9s

This commit is contained in:
Nova Cat 2024-12-22 19:23:58 -08:00
parent eb28603287
commit 4ac94fb1bf

View file

@ -621,7 +621,7 @@ while True:
for i in extraflags:
if i.lower() == "g":
repeat = True
elif i.isnumeric():
elif int(i.strip()).isdigit():
index = int(i)
else:
user = i.lower()