Updated the exception handling in the meme command to include traceback details in the response. This change helps in diagnosing issues more effectively by providing the full traceback as a file attachment.
*Generated by Github Copilot*
- Replaced API_KEY and WEBHOOK_URL with WEBHOOK_N8N_IMGFLIP_KEY and WEBHOOK_N8N_IMGFLIP_URL for better clarity and functionality.
*Generated by Github Copilot*
- Set up project metadata including name, version, and dependencies.
- Configured Ruff for linting and formatting settings.
*Generated by Github Copilot*
- Created a Dockerfile for containerization.
- Added .env.example for environment variable configuration.
- Implemented main bot functionality with meme command and webhook integration.
*Generated by Github Copilot*