mirror of https://github.com/coddrago/Heroku
testing back button
parent
b1994bec04
commit
d857c4a1c1
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue