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

Highest scores on server, Highscores #4

Open xXgrzybosXx opened 3 years ago

xXgrzybosXx commented 3 years ago

I'd like to suggest adding command to the poker bot, showing highest scores players from server achieved. Like stats!.

Implementation could be made by creating one message on server which bot would edit when new highest score is reached.

JohnnyJayJay commented 3 years ago

So this would require some new data collection and it would probably work best in conjunction with the economy features as soon as it's ready. I don't like the idea of a single message being updated continuously though - A stats command that shows you your current stats and the top stats seems like a better idea to me.