Open Issues Need Help
View All on GitHubAI 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.
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.
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.