From 6406bfe3f4c7cfbe623728c40129e3ebe4463f69 Mon Sep 17 00:00:00 2001 From: Blergo Date: Wed, 3 Jul 2024 16:11:48 +0100 Subject: [PATCH] wrong icons on board --- command_handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command_handlers.py b/command_handlers.py index 4e20355..ae5e030 100644 --- a/command_handlers.py +++ b/command_handlers.py @@ -171,7 +171,7 @@ def handle_bb_steps(sender_id, message, step, state, interface, bbs_nodes): return board_name = boards.get(int(message)) if board_name: - response = f"📈 {board_name} MENU 📈\n\n[0]View Bulletins\n[1]Post Bulletin\n[2]Exit" + response = f"📰 {board_name} MENU 📰\n\n[0]View Bulletins\n[1]Post Bulletin\n[2]Exit" send_message(response, sender_id, interface) update_user_state(sender_id, {'command': 'BULLETIN', 'step': 2, 'board': board_name}) else: