From 6da71eb3e118dbd6f55830922f6ef98cd6960147 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Tue, 22 Jul 2025 23:56:44 +0500 Subject: feat: RSS library for Lua --- bot/src/commands/lua.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bot/src/commands/lua.hpp') diff --git a/bot/src/commands/lua.hpp b/bot/src/commands/lua.hpp index 1e0cd4b..27cc142 100644 --- a/bot/src/commands/lua.hpp +++ b/bot/src/commands/lua.hpp @@ -43,6 +43,8 @@ namespace bot::command::lua { const Request &request, const Configuration &cfg, const std::string &lua_id); + void add_rss_library(std::shared_ptr state); + void add_base_libraries(std::shared_ptr state); void add_chat_libraries(std::shared_ptr state, const Request &request, -- cgit v1.2.3