Update command_handlers.py

This commit is contained in:
ReneKlever 2025-04-08 10:51:46 +02:00 committed by GitHub
parent ea154e1e29
commit a0a06d3000
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
elif item.strip() == 'U':
menu_str += "[U]tilities\n"
elif item.strip() == 'X':