From a32226c56de2e572e3460721752f837d7d99e090 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 25 May 2024 23:59:16 +0500 Subject: fix: wrong token --- bot/src/modules/chatters.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot') diff --git a/bot/src/modules/chatters.hpp b/bot/src/modules/chatters.hpp index 12d641f..fe921ab 100644 --- a/bot/src/modules/chatters.hpp +++ b/bot/src/modules/chatters.hpp @@ -47,7 +47,7 @@ namespace bot::mod { std::ostringstream oss; - oss << std::put_time(now, "%d.%m.%Y %H:%M:%s"); + oss << std::put_time(now, "%d.%m.%Y %H:%M:%S"); cpr::Multipart multipart = { {"paste", body}, -- cgit v1.2.3