1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

New content types added + typo fix

This commit is contained in:
Badiboy
2023-02-22 09:49:29 +03:00
parent 80c1a4798d
commit c9b6d3f868
4 changed files with 8 additions and 9 deletions

View File

@ -191,7 +191,7 @@ class TeleBot:
coloredlogs.install(logger=logger, level=logger.level)
except ImportError:
raise ImportError(
'Install colorredlogs module to use colorful_logs option.'
'Install coloredlogs module to use colorful_logs option.'
)
# threading-related