summaryrefslogtreecommitdiff
path: root/bot/include/http_webhook_server.hpp
AgeCommit message (Collapse)Author
2025-04-30Refactor project structure and remove unused filessoler_j
- Updated CMakeLists.txt to include source files from the 'src' directory instead of 'include'. - Deleted 'http_webhook_server.cpp' and 'utils.cpp' files as they were no longer needed. - Added 'handle_actions.hpp' and 'handle_actions.cpp' to manage slash command actions. - Implemented 'http_webhook_server.cpp' to handle HTTP webhook server functionality. - Updated 'utils.hpp' to include necessary headers and declarations. - Refactored 'main.cpp' to include 'handle_actions.hpp' and updated slash command handling logic. - Enhanced 'utils.cpp' with utility functions for handling user and guild data.
2025-04-29Refactor Dockerfile and bot code: remove ZeroMQ dependencies, enhance bot ↵soler_j
initialization with HTTP webhook server, and improve error handling for bot startup.