This commit is contained in:
Andrey
2024-11-17 22:43:41 +03:00
parent cb0f94c718
commit 0c29609e4a
2 changed files with 2 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ BotDB = bdf.get_db()
Command("emoji")
)
async def handle_emoji_message(message: types.Message, state: FSMContext):
await message.forward(chat_id=GROUP_FOR_LOGS)
user_emoji = check_user_emoji(message)
await state.set_state("START")
if user_emoji is not None: