Commit Graph

  • d534140899 ci(docker): build only linux/arm64 platform (#2) main v2.2 EstebanVincent 2026-05-31 01:29:11 +02:00
  • fec24d811d Move from github to gitea (#1) v2.1 EstebanVincent 2026-05-31 01:13:19 +02:00
  • e466290560 chore(docker): add .dockerignore file EstebanVincent 2026-05-30 19:00:13 +02:00
  • 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. EstebanVincent 2025-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. EstebanVincent 2025-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. EstebanVincent 2025-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. EstebanVincent 2025-10-13 19:59:00 +02:00
  • 3542b4dc79 fix(meme): ensure exception messages are sent to the interaction follow-up 🐛 EstebanVincent 2025-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. EstebanVincent 2025-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. EstebanVincent 2025-10-13 18:53:23 +02:00
  • 6a7d1f13ea Initial commit Esteban Vincent 2025-10-13 18:50:36 +02:00