From a0a06d30007a390cce9b37962c7f17f65241bf5e Mon Sep 17 00:00:00 2001 From: ReneKlever Date: Tue, 8 Apr 2025 10:51:46 +0200 Subject: [PATCH] Update command_handlers.py --- command_handlers.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/command_handlers.py b/command_handlers.py index ae3f16a..16f2b1c 100644 --- a/command_handlers.py +++ b/command_handlers.py @@ -32,10 +32,7 @@ def build_menu(items, menu_name): if item.strip() == 'Q': menu_str += "[Q]uick Commands\n" elif item.strip() == 'B': - if menu_name == "📰BBS Menu📰": - menu_str += "[B]ulletins\n" - else: - menu_str += "[B]BS\n" + menu_str += "[B]ulletins\n" elif item.strip() == 'U': menu_str += "[U]tilities\n" elif item.strip() == 'X':