[3.2.0] Changelog (#3303)

* changelog

* refs
This commit is contained in:
Michael H
2020-01-09 12:59:55 -05:00
committed by GitHub
parent a9d3e271b0
commit d3e8d99bdf
326 changed files with 596 additions and 429 deletions

View File

@@ -1 +0,0 @@
Add custom issue messages for adding and removing roles, this makes it easier to create translations.

View File

@@ -1 +0,0 @@
Fixed ``[p]announce`` failing after encountering an error attempting to message the bot owner.

View File

@@ -1 +0,0 @@
Changed ``[p]announce ignore`` and ``[p]announce channel`` to ``[p]announceset ignore`` and ``[p]announceset channel``.

View File

@@ -1 +0,0 @@
Changed ``[p]selfrole <role>`` to ``[p]selfrole add <role>``, changed ``[p]selfrole add`` to ``[p]selfroleset add`` , and changed ``[p]selfrole delete`` to ``[p]selfroleset remove``.

View File

@@ -1,2 +0,0 @@
Improved the clairty of user facing messages in the admin cog when the user is not allowed
to do something due to Discord hierarchy rules.

View File

@@ -1 +0,0 @@
Fixed some role managing commands not properly checking if the bot had manage_roles perms before attempting to manage roles.

View File

@@ -1 +0,0 @@
Fixed ``[p]editrole`` commands not checking if roles to be edited are higher than the bot's highest role before trying to edit them.

View File

@@ -1 +0,0 @@
Fixed ``[p]announce ignore`` and ``[p]announce channel`` not being able to be used by guild owners and administrators.

View File

@@ -1 +0,0 @@
Removed Admin tests.

View File

@@ -1 +0,0 @@
Removed the ``MemberDefaultAuthor`` converter because its only purpose seemed to be catching ``""`` "members".

View File

@@ -1 +0,0 @@
The ``SelfRole`` converter now only makes a config get call when the role actually exists.