This commit is contained in:
2025-03-06 00:15:39 +03:00
parent edbd45f0bf
commit a57ce490c1
3 changed files with 48 additions and 41 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ from ..router.exceptions import (RepeatedCommandException,
class Router:
def __init__(self,
title: str = 'Commands group title:',
name: str = 'subordinate'):
name: str = 'Default'):
self._title = title
self._name = name