summaryrefslogtreecommitdiff
path: root/bot
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-05-25 23:59:16 +0500
committerilotterytea <iltsu@alright.party>2024-05-25 23:59:16 +0500
commita32226c56de2e572e3460721752f837d7d99e090 (patch)
tree4896af3e4bc3452fca51884a59ff9ab421c854a3 /bot
parent2a90152bc7b3a9009b3a90cbc021fde8383f4b9b (diff)
fix: wrong token
Diffstat (limited to 'bot')
-rw-r--r--bot/src/modules/chatters.hpp2
1 files changed, 1 insertions, 1 deletions
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},