mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 18:15:28 +03:00
some fix
This commit is contained in:
@@ -158,7 +158,7 @@ class Router:
|
||||
)
|
||||
|
||||
@staticmethod
|
||||
def _validate_command(command: Command | str) -> None:
|
||||
def _validate_command(command: Command) -> None:
|
||||
"""
|
||||
Private. Validates the command registered in handler
|
||||
:param command: validated command
|
||||
|
||||
Reference in New Issue
Block a user