forked from swee/MeowNex
Update sweebot.py
This commit is contained in:
parent
eb28603287
commit
4ac94fb1bf
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue