3 Open Issues Need Help Last updated: Jul 15, 2025

Open Issues Need Help

View All on GitHub
Messaging Bot Development
[COMMAND] Tag All Command about 1 month ago

AI Summary: Implement a '!all' command for a WhatsApp bot that tags all group members except the bot and the command issuer. The command requires role-based access control, ensuring only users with 'manager' role or higher can execute it. The bot should respond with an 'Important message' or the original message quoted, followed by a list of tagged users. The command should handle quoted messages correctly.

Complexity: 4/5
enhancement good first issue
Messaging Bot Development

AI Summary: Remove all references to the "Together to 100" community from the WhatsApp bot's code, documentation, and responses. This involves a search and replace operation across the codebase, templates, and any other relevant files to ensure the bot is general-purpose and not tied to a specific community.

Complexity: 3/5
bug documentation good first issue
Messaging Bot Development

AI Summary: Implement multilingual support for command descriptions, usage instructions, and metadata within the WhatsApp bot. This involves translating existing text into multiple languages, ensuring accuracy and context, and creating a scalable system for adding new languages. The project uses ICU message formatting and has existing template files.

Complexity: 4/5
documentation enhancement good first issue