diff options
author | 2022-07-16 23:28:02 +0400 | |
---|---|---|
committer | 2022-07-16 23:28:02 +0400 | |
commit | 9c0e5a6b0354e48a1def2608370b197d39e9b1e9 (patch) | |
tree | 248d671bbf42e2bf19e84e6002f5fe2909df587a /docs | |
parent | Merge pull request #98 from python-discord/fix-stats-close (diff) | |
parent | Add a generic view and button (diff) |
Merge pull request #103 from python-discord/add-interaction-utilsv7.3.0
Add a generic view and button
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 9d74eee8..cbe37062 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,11 @@ Changelog ========= +- :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. + + - :release:`7.2.2 <9th July 2022>` - :bug:`98` Only close ``BotBase.stats._transport`` if ``BotBase.stats`` was created |