Skip to content

v1.1.1

Latest
Compare
Choose a tag to compare
@robchendev robchendev released this 27 Jan 23:37
· 14 commits to master since this release
bc6f82c

๐Ÿ› ๏ธ Upgrades

โ— Leaderboard: The command can now also be used with -leaderboard to avoid confusion and the number of rows to show can be specified using -top <rows> or -leaderboard <rows>.

๐Ÿ› Bug Fixes

โ— Leaderboard was not showing for users who were not in the top 10 for most points. This was a logic error was is fixed now.
โ— the -thanks command didn't work if the thanker did not have their points logged in the database. This was due to an incorrect function being used to create a document in the database.
โ— Leaderboard was displayed everytime the command -contribute was used. This was a switch case scope break error.

Pull Requests

  • Fixleaderboard by @chendumpling in #128
  • updated readme, typo in summary by @chendumpling in #129

Full Changelog: v1.1.0...v1.1.1