mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 11:48:55 -05:00
* 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> * Migrates ``humanize_list`` over to babel, and uses the existing `get_babel_locale` function to get a valid locale based on bot locale. Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com> * Migrates ``humanize_list`` over to babel, and uses the existing `get_babel_locale` function to get a valid locale based on bot locale. Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com> * Fixes docs Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com> * Add reference to Babel's `format_list` * Add Babel to intersphinx * remove towncrier entry * Migrates ``humanize_list`` over to babel, and uses the existing `get_babel_locale` function to get a valid locale based on bot locale. Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com> * Fixes docs Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com> * Add reference to Babel's `format_list` * Fix order, make the parameters keyword-only Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>