From 84aebba223b6a8f9eb2d1272c3ed2083d561f2b9 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Tue, 22 Jul 2025 23:12:52 +0500 Subject: feat: RSS support --- bot/src/config.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'bot/src/config.hpp') diff --git a/bot/src/config.hpp b/bot/src/config.hpp index f6bba7a..139c4f3 100644 --- a/bot/src/config.hpp +++ b/bot/src/config.hpp @@ -52,6 +52,7 @@ namespace bot { std::optional help = std::nullopt; std::optional paste_service = std::nullopt; std::optional randompost = std::nullopt; + std::optional rssbridge = std::nullopt; }; struct TokenConfiguration { -- cgit v1.2.3