We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Interesting.
Either way shouldn't be hard to do. We are logging both wins and losses per person, as well as games (https://github.com/michaeljacobdavis/foos-bot/blob/master/lib/listeners/win.js#L17), with timestamps so you should be able to just manipulate that to get the stats.
The db is https://github.com/typicode/lowdb, so anything lodash has, you can use to operate on the db.
Let me know if you want to take a shot at it.
Sorry, something went wrong.
i like the rolling past 7 days. i will take a shot at it however i started looking the es6 and it made my brain hurt.
Nice. No problem. It's backwards compatible, so feel free to write it in ES5 and we can run it through a codemod
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: