summaryrefslogtreecommitdiff
path: root/bot/src/config.hpp
diff options
context:
space:
mode:
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 5c437d6..8707d02 100644
--- a/bot/src/config.hpp
+++ b/bot/src/config.hpp
@@ -39,6 +39,7 @@ namespace bot {
struct UrlConfiguration {
std::optional<std::string> help = std::nullopt;
+ std::optional<std::string> paste_service = std::nullopt;
};
struct Configuration {