explicit args
This commit is contained in:
parent
85aa795e35
commit
06db9220f9
@ -52,6 +52,7 @@ command_type = Callable[[Context, list[str]], Awaitable[None]]
|
|||||||
class Explicit(Exception):
|
class Explicit(Exception):
|
||||||
def __init__(self, msg: str):
|
def __init__(self, msg: str):
|
||||||
self.msg = msg
|
self.msg = msg
|
||||||
|
super().__init__(msg)
|
||||||
|
|
||||||
|
|
||||||
class Implicit(Exception):
|
class Implicit(Exception):
|
||||||
|
Loading…
Reference in New Issue
Block a user