Remove bordered() utility function (#5692)

This commit is contained in:
Jakub Kuczys
2022-11-11 15:37:49 +01:00
committed by GitHub
parent 0f20f15c26
commit 51fa3f502e
4 changed files with 2 additions and 123 deletions

View File

@@ -1580,5 +1580,5 @@ Miscellaneous
- Updated features list in ``[p]serverinfo`` with the latest changes from Discord (:issue:`4116`)
- Simple version of ``[p]serverinfo`` now shows info about more detailed ``[p]serverinfo 1`` (:issue:`4121`)
- ``[p]set nickname``, ``[p]set serverprefix``, ``[p]streamalert``, and ``[p]streamset`` commands now can be run by users with permissions related to the actions they're making (:issue:`4109`)
- `bordered()` now uses ``+`` for corners if keyword argument ``ascii_border`` is set to `True` (:issue:`4097`)
- ``bordered()`` now uses ``+`` for corners if keyword argument ``ascii_border`` is set to `True` (:issue:`4097`)
- Fixed timestamp storage in few places in Red (:issue:`4017`)