hot fix
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user