From 4ac94fb1bf14f4da7e80ca45a9a0f518cd792bc3 Mon Sep 17 00:00:00 2001 From: swee Date: Sun, 22 Dec 2024 19:23:58 -0800 Subject: [PATCH] Update sweebot.py --- sweebot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()