lunarflu HF Staff commited on
Commit
6fd4438
·
1 Parent(s): 6b21d92

Update falcon.py

Browse files
Files changed (1) hide show
  1. falcon.py +2 -1
falcon.py CHANGED
@@ -93,7 +93,8 @@ async def on_message_falcon(message):
93
  if len(messages) < 45:
94
  if len(messages) % 2 == 0:
95
  print('messages: ', messages)
96
-
 
97
  messages.reverse()
98
  # [["", "2"], ["3", "4"]]
99
  # ignore first two messages, start with 3 and 4
 
93
  if len(messages) < 45:
94
  if len(messages) % 2 == 0:
95
  print('messages: ', messages)
96
+ # put in the first message?
97
+
98
  messages.reverse()
99
  # [["", "2"], ["3", "4"]]
100
  # ignore first two messages, start with 3 and 4