diff options
author | 2022-07-16 22:23:08 +0100 | |
---|---|---|
committer | 2022-07-16 22:23:08 +0100 | |
commit | c448b69160e287826268db6f499eef81c4005e5a (patch) | |
tree | fb238573e9469fac03713c2e2add554446e3aee1 /docs | |
parent | Merge pull request #103 from python-discord/add-interaction-utils (diff) | |
parent | Fix interactions.DeleteMessageButton not working due to using wrong delete me... (diff) |
Merge pull request #104 from python-discord/fix-delete-buttonv7.3.1
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 cbe37062..493b34e2 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,10 @@ Changelog ========= +- :release:`7.3.1 <16th July 2022>` +- :bug:`104` Fix :obj:`botcore.utils.interactions.DeleteMessageButton` not working due to using wrong delete method. + + - :release:`7.3.0 <16th July 2022>` - :feature:`103` Add a generic view :obj:`botcore.utils.interactions.ViewWithUserAndRoleCheck` that only allows specified users and roles to interaction with it - :feature:`103` Add a button :obj:`botcore.utils.interactions.DeleteMessageButton` that deletes the message attached to its parent view. |