From ec6b6b163a4b0e257112a328aa1541c7972be4d8 Mon Sep 17 00:00:00 2001 From: joon321 Date: Fri, 12 Sep 2025 10:43:14 -0700 Subject: [PATCH] Update SlackBot.py --- SlackBot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SlackBot.py b/SlackBot.py index 13c1ffe..a7bb1db 100644 --- a/SlackBot.py +++ b/SlackBot.py @@ -17,7 +17,7 @@ history = [] - +# there are no comments here def append_history(t): if len(history) > 20: del history[:1]