Update 1.7

This commit is contained in:
Profitroll 2022-08-03 11:22:06 +03:00
parent 79fb14b1bc
commit 78239c7e5d
1 changed files with 1 additions and 1 deletions

View File

@ -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")