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.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bot/src/config.cpp') diff --git a/bot/src/config.cpp b/bot/src/config.cpp index ec55913..6c8e6d6 100644 --- a/bot/src/config.cpp +++ b/bot/src/config.cpp @@ -68,6 +68,8 @@ namespace bot { else if (key == "url.help") { url_cfg.help = value; + } else if (key == "url.chatters.paste_service") { + url_cfg.paste_service = value; } } -- cgit v1.2.3