add queue to bot

This commit is contained in:
2022-08-21 23:47:18 +03:00
parent 61d6826f24
commit 8d86eb9407
2 changed files with 5 additions and 28 deletions

View File

@@ -75,7 +75,6 @@ async def office_home(
@dispatcher.message_handler(commands=['chatid'])
async def chat_id(message: types.Message) -> types.Message:
logger.info(message.chat.id)
return await bot.send_message(message.chat.id, message.chat.id)