move syms location

This commit is contained in:
andrea
2025-07-26 10:13:20 +02:00
parent 0df960ea22
commit f360fe4200
3 changed files with 1 additions and 3 deletions

3
bot.py
View File

@@ -1,11 +1,10 @@
import asyncio
#import datetime
#import pytz
from telegram.ext import Application, CommandHandler, MessageHandler, filters
import bot_syms as _botsyms
import main as _brsim
import debug as _dbg
from bot_libs import player_handling as _bot_player
from bot_libs import syms as _botsyms
async def loop_game(context):
chat_id = context.job.chat_id