From d857c4a1c1c16683c3a16e25e46e19954e3834f1 Mon Sep 17 00:00:00 2001 From: "ZetGo | Aleksej K." Date: Sun, 17 Aug 2025 20:56:11 +0300 Subject: [PATCH] testing back button --- heroku/modules/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heroku/modules/test.py b/heroku/modules/test.py index 5c75ee3..d26452e 100644 --- a/heroku/modules/test.py +++ b/heroku/modules/test.py @@ -226,7 +226,7 @@ class TestMod(loader.Module): force: bool = False, lvl: typing.Union[int, None] = None, ): - if not isinstance(lvl, (int, bool)): + if not isinstance(lvl, int): args = utils.get_args_raw(message) try: try: