Currently, the /help command shows the same output to all users. It would be more user-friendly to personalize the output based on whether the user is an admin or a regular user.
Proposed solution: Modify /help to detect the user's role and display relevant commands and information accordingly (e.g., admin-only commands should only appear for admins).
Currently, the /help command shows the same output to all users. It would be more user-friendly to personalize the output based on whether the user is an admin or a regular user.
Proposed solution: Modify /help to detect the user's role and display relevant commands and information accordingly (e.g., admin-only commands should only appear for admins).