last steps work on new docs, full complete write docstring for all objects

This commit is contained in:
2025-04-23 20:54:03 +03:00
parent 7281fdeabf
commit 036c17ec9a
17 changed files with 1496 additions and 78 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ class BaseCommand:
def get_trigger(self) -> str:
"""
Returns the trigger of the command
Public. Returns the trigger of the command
:return: the trigger of the command as str
"""
return self._trigger