forked from NotFate/bot
Создание списка команд
This commit is contained in:
@@ -16,7 +16,7 @@ class _Settings(BaseSettings):
|
||||
)
|
||||
|
||||
BOT_TOKEN: Optional[str] = None
|
||||
PREFIX: Optional[str] = '!'
|
||||
PREFIX: Optional[str] = '/'
|
||||
|
||||
WELCOME_CHANNEL_ID: int = 0
|
||||
ADMIN_ROLE_NAME: str = "Администратор"
|
||||
|
||||
Reference in New Issue
Block a user