diff --git a/yusarin.py b/yusarin.py index 78524a9..5cc5534 100644 --- a/yusarin.py +++ b/yusarin.py @@ -14,7 +14,7 @@ except Exception as exp: from functions import * pid = os.getpid() -version = 1.6 +version = 1.7 if loadJson("config.json")["owner"] == "SET-OWNER-ID" or loadJson("config.json")["bot_token"] == "SET-BOT-TOKEN": print(f"Bot is not correctly configured.\nMake sure you've set up owner id and bot token in {path}/config.json\nLearn more here: https://git.end-play.xyz/profitroll/YusarinBot")