JohnnyJayJay / poker

A functional implementation of the game mechanics of Texas hold 'em and a Discord bot to play poker in chat
Other
14 stars 8 forks source link

Wrong number of arguments passed to max-key #7

Open JohnnyJayJay opened 3 years ago

JohnnyJayJay commented 3 years ago

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.