diff --git a/GramAddict/core/bot_flow.py b/GramAddict/core/bot_flow.py index b6e416e8..35c4fe52 100644 --- a/GramAddict/core/bot_flow.py +++ b/GramAddict/core/bot_flow.py @@ -153,7 +153,7 @@ def start_bot(**kwargs): TESTED_IG_VERSION.split(".") ): logger.info( - f"You have a newer version of IG then the one tested! (Tested version: {TESTED_IG_VERSION}). That shouldn't be a problem.", + f"You have a newer version of IG than the one tested! (Tested version: {TESTED_IG_VERSION}). That shouldn't be a problem.", extra={"color": f"{Style.BRIGHT}"}, ) except Exception as e: