Skip to content

Commit

Permalink
Add towncrier entries
Browse files Browse the repository at this point in the history
Signed-off-by: Draper <guyreis96@gmail.com>
  • Loading branch information
Drapersniper committed Jul 17, 2019
1 parent 8b785ab commit 2a5cce2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changelog.d/2845.feature.rst
@@ -0,0 +1,5 @@
Added New commands to Economy

- ``[p]bank prune user`` - This will delete a users account
- ``[p]bank prune local`` - This will prune a local bank from users who are no longer in the server
- ``[p]bank prune global`` - This will prune the global bank from users who do not share any servers with the bot
3 changes: 3 additions & 0 deletions changelog.d/2845.misc.rst
@@ -0,0 +1,3 @@
Added :func:`bank_prune` to :module:`redbot.core.bank`

- :func:`bank_prune` can be used to delete a users bank account or remove all users who are not in the guild (bank is local) or visible to the bot (bank is global)

0 comments on commit 2a5cce2

Please sign in to comment.