From 2a90152bc7b3a9009b3a90cbc021fde8383f4b9b Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 25 May 2024 00:30:01 +0500 Subject: feat: new command - chatters --- 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 5c437d6..8707d02 100644 --- a/bot/src/config.hpp +++ b/bot/src/config.hpp @@ -39,6 +39,7 @@ namespace bot { struct UrlConfiguration { std::optional help = std::nullopt; + std::optional paste_service = std::nullopt; }; struct Configuration { -- cgit v1.2.3