Commit Graph

9 Commits

Author SHA1 Message Date
EstebanVincent 75dfe365cc fix(meme): improve exception handling for traceback reporting 🐛
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*
2025-10-23 16:14:52 +02:00
EstebanVincent f0a333e582 fix(meme): correct error file handling for exception tracebacks 🐛
Updated the error file handling to use io.BytesIO for exception tracebacks, ensuring proper file attachment format for Discord responses.

*Generated by Github Copilot*
2025-10-23 15:56:27 +02:00
EstebanVincent 536cae3e56 fix(meme): improve exception handling and traceback reporting 🐛
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*
2025-10-23 15:25:42 +02:00
Esteban Vincent f1594286e7 Feat/implement cicd (#1) 2025-10-13 23:13:05 +02:00
EstebanVincent 1b6cbec729 chore(env): update webhook configuration in .env.example and main.py 🔧
- 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*
2025-10-13 19:59:00 +02:00
EstebanVincent 3542b4dc79 fix(meme): ensure exception messages are sent to the interaction follow-up 🐛 2025-10-13 19:54:41 +02:00
EstebanVincent e7135a9324 feat(config): add initial pyproject.toml configuration 🎉
- Set up project metadata including name, version, and dependencies.
- Configured Ruff for linting and formatting settings.

*Generated by Github Copilot*
2025-10-13 19:54:23 +02:00
EstebanVincent c85e1c909c feat(bot): add initial bot setup and commands 🎉
- 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*
2025-10-13 18:53:23 +02:00
Esteban Vincent 6a7d1f13ea Initial commit 2025-10-13 18:50:36 +02:00