aboutsummaryrefslogtreecommitdiffstats
path: root/main/_sources
diff options
context:
space:
mode:
authorGravatar ChrisLovering <[email protected]>2022-07-16 21:26:00 +0000
committerGravatar ChrisLovering <[email protected]>2022-07-16 21:26:00 +0000
commitc9abff751e8818c6438bce6fe80f49e3eba8084b (patch)
tree2a695eefa9a2d327b0164c255c860a113f8c13f0 /main/_sources
parentDeploying to docs from @ python-discord/bot-core@9c0e5a6b0354e48a1def2608370b... (diff)
Deploying to docs from @ python-discord/bot-core@c448b69160e287826268db6f499eef81c4005e5a 🚀
Diffstat (limited to 'main/_sources')
-rw-r--r--main/_sources/changelog.rst.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/_sources/changelog.rst.txt b/main/_sources/changelog.rst.txt
index cbe37062..493b34e2 100644
--- a/main/_sources/changelog.rst.txt
+++ b/main/_sources/changelog.rst.txt
@@ -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.