diff --git a/bot/message_history.go b/bot/message_history.go index af857da..781e518 100644 --- a/bot/message_history.go +++ b/bot/message_history.go @@ -5,7 +5,7 @@ import ( "log/slog" ) -const HistoryLength = 50 +const HistoryLength = 150 type Message struct { Name string