Bump to v1.1

This commit is contained in:
Dr.Caduceus
2023-11-07 14:43:09 +05:30
committed by GitHub
parent e96a348fc1
commit 275009da99

View File

@@ -5,7 +5,7 @@ from .config import Telegram, LOGGER_CONFIG_JSON
dictConfig(LOGGER_CONFIG_JSON)
version = 1.0
version = 1.1
logger = getLogger('bot')
TelegramBot = Client(
@@ -16,4 +16,4 @@ TelegramBot = Client(
plugins={"root": "bot/plugins"},
workers = Telegram.BOT_WORKERS,
max_concurrent_transmissions=1000
)
)