Fixes [p]trivia leaderboard not running. (#2983)

* Removes `MAX_BALANCE` from bank, user `bank.get_max_balance()` now
`[p]bankset maxbal` can be used to set the maximum bank balance

Signed-off-by: Guy <guyreis96@gmail.com>

* Adds `invoke_without_command` to `[p]trivial leaderboard`

Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
This commit is contained in:
Draper
2019-09-28 22:12:43 +01:00
committed by Michael H
parent 83483abfa5
commit f3b6c4cf32
2 changed files with 8 additions and 6 deletions

View File

@@ -0,0 +1 @@
Fixes a bug where ``[p]trivia leaderboard`` failed to run.