aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-07-21 13:00:34 +0100
committerGravatar GitHub <[email protected]>2022-07-21 13:00:34 +0100
commit603fc83bcfde790f184ddaf0ab2bd5364431d067 (patch)
treed0a7a1c909a61d8fe40d4ac69e3002e2447b9af8 /docs
parentMerge pull request #104 from python-discord/fix-delete-button (diff)
Add an optional message attr to ViewWithUserAndRoleCheckv7.4.0
On view timeout, this message has it's view removed if set. Co-authored-by: Boris Muratov <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 493b34e2..e35e75d0 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 its 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.