diff options
| author | ilotterytea <iltsu@alright.party> | 2024-05-25 23:59:16 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-05-25 23:59:16 +0500 |
| commit | a32226c56de2e572e3460721752f837d7d99e090 (patch) | |
| tree | 4896af3e4bc3452fca51884a59ff9ab421c854a3 /bot | |
| parent | 2a90152bc7b3a9009b3a90cbc021fde8383f4b9b (diff) | |
fix: wrong token
Diffstat (limited to 'bot')
| -rw-r--r-- | bot/src/modules/chatters.hpp | 2 |
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}, |
