matrix-reportbot/src/matrix_reportbot
Kumi e3ea1be260
refactor(bot): remove file upload functionality
Removed the methods `upload_file`, `send_image`, and `send_file` from the ReportBot class to streamline the bot's functionality, focusing on handling reports rather than managing file uploads. This change simplifies the bot's codebase and aligns with our goal to sharpen its focus on core reporting features. Additionally, updated bare `except:` statements to `except Exception:` for better error handling practices.
2024-05-18 17:41:40 +02:00
..
classes refactor(bot): remove file upload functionality 2024-05-18 17:41:40 +02:00
__init__.py feat: transform Matrix-RSSBot into Matrix-ReportBot 2024-05-05 19:21:18 +02:00
__main__.py feat: transform Matrix-RSSBot into Matrix-ReportBot 2024-05-05 19:21:18 +02:00