ломаем
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
hogweed1 2022-10-29 00:38:07 -04:00
parent 5257c2eec7
commit b03c7d54d0

2
bot.py
View File

@ -11,7 +11,7 @@ bot = Bot(token=API_TOKEN)
dp = Dispatcher(bot)
@dp.message_handler(commands=['start'])
async def start_func(message: types.Message):
async def start_func(message: types.Message)
user_id = message.from_user.id
user_full_name = message.from_user.full_name
logging.INFO(f'{user_id=} {user_full_name=}', {time.asctime()})