testing back button

pull/165/head
ZetGo | Aleksej K. 2025-08-17 20:56:11 +03:00
parent b1994bec04
commit d857c4a1c1
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ class TestMod(loader.Module):
force: bool = False, force: bool = False,
lvl: typing.Union[int, None] = None, lvl: typing.Union[int, None] = None,
): ):
if not isinstance(lvl, (int, bool)): if not isinstance(lvl, int):
args = utils.get_args_raw(message) args = utils.get_args_raw(message)
try: try:
try: try: