diff options
author | 2022-07-17 12:52:30 +0100 | |
---|---|---|
committer | 2022-07-17 13:08:05 +0100 | |
commit | 77f21bfe43e1b36108b23bdf1da09463e9e42f4d (patch) | |
tree | 18e1070858f71d58d823db90ae2084712a6cf42d /docs | |
parent | Merge pull request #104 from python-discord/fix-delete-button (diff) |
Add an optional message attr to ViewWithUserAndRoleCheckv7.4.0-beta1
On view timeout, this message has it's view removed if set.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 493b34e2..4e1bbaa5 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,10 @@ Changelog ========= +- :release:`7.4.0 <17th July 2022>` +- :feature:`106` Add an optional ``message`` attr to :obj:`botcore.utils.interactions.ViewWithUserAndRoleCheck`. On view timeout, this message has it's view removed if set. + + - :release:`7.3.1 <16th July 2022>` - :bug:`104` Fix :obj:`botcore.utils.interactions.DeleteMessageButton` not working due to using wrong delete method. |