1
0
mirror of https://github.com/civsocit/olgram.git synced 2025-12-16 20:26:16 +00:00
This commit is contained in:
mihalin
2021-09-16 03:20:31 +03:00
parent 62de96c500
commit 83a7d801ed
6 changed files with 118 additions and 12 deletions

View File

@@ -67,6 +67,10 @@ class ServerSettings(AbstractSettings):
def public_path(cls) -> str:
return "/cert/public.pem"
@classmethod
def append_text(cls) -> str:
return "\n\nЭтот бот создан с помощью @OlgramBot"
class BotSettings(AbstractSettings):
@classmethod