From ead8d4e14f939eca0be580199de56a3d6039e446 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Thu, 10 Apr 2025 23:37:38 +0500 Subject: feat: !chatters in lua --- bot/src/config.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bot/src/config.hpp') diff --git a/bot/src/config.hpp b/bot/src/config.hpp index 05ce0f0..1e918b6 100644 --- a/bot/src/config.hpp +++ b/bot/src/config.hpp @@ -33,6 +33,10 @@ namespace bot { bool join_allow_from_other_chats = false; std::optional rpost_path = std::nullopt; + + std::optional paste_path = std::nullopt; + std::string paste_body_name = "paste"; + std::string paste_title_name = "title"; }; struct OwnerConfiguration { -- cgit v1.2.3