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]