summaryrefslogtreecommitdiff
path: root/bot/src/config.hpp
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-07-22 23:12:52 +0500
committerilotterytea <iltsu@alright.party>2025-07-22 23:12:52 +0500
commit84aebba223b6a8f9eb2d1272c3ed2083d561f2b9 (patch)
tree02ae6f5798617074cf6ea095669c15d0ca48a402 /bot/src/config.hpp
parent8b86e9a8f071a1af5ce1531a9ebd2b2140e73ff7 (diff)
feat: RSS support
Diffstat (limited to 'bot/src/config.hpp')
-rw-r--r--bot/src/config.hpp1
1 files changed, 1 insertions, 0 deletions
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<std::string> help = std::nullopt;
std::optional<std::string> paste_service = std::nullopt;
std::optional<std::string> randompost = std::nullopt;
+ std::optional<std::string> rssbridge = std::nullopt;
};
struct TokenConfiguration {