diff options
Diffstat (limited to 'main.py')
-rwxr-xr-x | main.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,9 +2,10 @@ import asyncio import json import logging -from bot import BedrockBot from colorama import init as init_colorama +from bot import BedrockBot + def check_jsons(): try: |