mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 18:15:28 +03:00
v0.4.1
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from argenta.router import Router
|
||||
|
||||
|
||||
system_router = Router(title='System points:',
|
||||
name='System')
|
||||
@@ -116,6 +116,10 @@ class Router:
|
||||
return self._title
|
||||
|
||||
|
||||
def set_title(self, title: str):
|
||||
self._title = title
|
||||
|
||||
|
||||
def get_all_commands(self) -> list[str]:
|
||||
all_commands: list[str] = []
|
||||
for command_entity in self._command_entities:
|
||||
|
||||
Reference in New Issue
Block a user