You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Occasionally, there is an error message stating that only one argument is passed to max-key when two are expected in bot.clj. This implies that the list of winners that is fetched there is either empty or nil, which should never happen.
The text was updated successfully, but these errors were encountered:
Occasionally, there is an error message stating that only one argument is passed to
max-key
when two are expected inbot.clj
. This implies that the list ofwinners
that is fetched there is either empty ornil
, which should never happen.The text was updated successfully, but these errors were encountered: