diff --git a/sweebot.py b/sweebot.py index dfcc8b1..b625f81 100644 --- a/sweebot.py +++ b/sweebot.py @@ -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()