Refactor exception handling to capture and format the traceback more effectively, ensuring detailed error information is sent as a file attachment.
*Generated by Github Copilot*
Updated the error file handling to use io.BytesIO for exception tracebacks, ensuring proper file attachment format for Discord responses.
*Generated by Github Copilot*
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*
- 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*