move syms location
This commit is contained in:
3
bot.py
3
bot.py
@@ -1,11 +1,10 @@
|
|||||||
import asyncio
|
|
||||||
#import datetime
|
#import datetime
|
||||||
#import pytz
|
#import pytz
|
||||||
from telegram.ext import Application, CommandHandler, MessageHandler, filters
|
from telegram.ext import Application, CommandHandler, MessageHandler, filters
|
||||||
import bot_syms as _botsyms
|
|
||||||
import main as _brsim
|
import main as _brsim
|
||||||
import debug as _dbg
|
import debug as _dbg
|
||||||
from bot_libs import player_handling as _bot_player
|
from bot_libs import player_handling as _bot_player
|
||||||
|
from bot_libs import syms as _botsyms
|
||||||
|
|
||||||
async def loop_game(context):
|
async def loop_game(context):
|
||||||
chat_id = context.job.chat_id
|
chat_id = context.job.chat_id
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
async def add_player(update, context):
|
async def add_player(update, context):
|
||||||
name= " ".join(context.args)
|
name= " ".join(context.args)
|
||||||
print(f'add_player: {name}')
|
print(f'add_player: {name}')
|
||||||
|
|||||||
Reference in New Issue
Block a user