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.
EstebanVincent2025-10-23 16:14:52 +02:00
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.
EstebanVincent2025-10-23 15:56:27 +02:00
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.
EstebanVincent2025-10-23 15:25:42 +02:00
f1594286e7
Feat/implement cicd (#1)
Esteban Vincent
2025-10-13 23:13:05 +02:00
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.
EstebanVincent2025-10-13 19:59:00 +02:00
3542b4dc79
fix(meme): ensure exception messages are sent to the interaction follow-up 🐛EstebanVincent2025-10-13 19:54:41 +02:00
e7135a9324
feat(config): add initial pyproject.toml configuration 🎉 - Set up project metadata including name, version, and dependencies. - Configured Ruff for linting and formatting settings.
EstebanVincent2025-10-13 19:54:23 +02:00
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.
EstebanVincent2025-10-13 18:53:23 +02:00
6a7d1f13ea
Initial commit
Esteban Vincent
2025-10-13 18:50:36 +02:00