aboutsummaryrefslogtreecommitdiffstats
path: root/main/_sources
diff options
context:
space:
mode:
authorGravatar HassanAbouelela <[email protected]>2022-07-16 19:30:06 +0000
committerGravatar HassanAbouelela <[email protected]>2022-07-16 19:30:06 +0000
commitd0f29374ef545a4680788b72a9640a7937ec938b (patch)
tree972604166ea4505b7d8356ea66adeac1503eae8a /main/_sources
parentDeploying to docs from @ python-discord/bot-core@70bdf0f7e50cf182390dbeed3823... (diff)
Deploying to docs from @ python-discord/bot-core@9c0e5a6b0354e48a1def2608370b197d39e9b1e9 🚀
Diffstat (limited to 'main/_sources')
-rw-r--r--main/_sources/changelog.rst.txt5
-rw-r--r--main/_sources/output/botcore.utils.interactions.rst.txt7
-rw-r--r--main/_sources/output/botcore.utils.rst.txt1
3 files changed, 13 insertions, 0 deletions
diff --git a/main/_sources/changelog.rst.txt b/main/_sources/changelog.rst.txt
index 9d74eee8..cbe37062 100644
--- a/main/_sources/changelog.rst.txt
+++ b/main/_sources/changelog.rst.txt
@@ -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
diff --git a/main/_sources/output/botcore.utils.interactions.rst.txt b/main/_sources/output/botcore.utils.interactions.rst.txt
new file mode 100644
index 00000000..bb8be82c
--- /dev/null
+++ b/main/_sources/output/botcore.utils.interactions.rst.txt
@@ -0,0 +1,7 @@
+interactions
+=================================
+
+.. automodule:: botcore.utils.interactions
+ :members:
+ :special-members:
+ :show-inheritance:
diff --git a/main/_sources/output/botcore.utils.rst.txt b/main/_sources/output/botcore.utils.rst.txt
index 286b55f1..5da19a32 100644
--- a/main/_sources/output/botcore.utils.rst.txt
+++ b/main/_sources/output/botcore.utils.rst.txt
@@ -14,6 +14,7 @@ Submodules
botcore.utils.caching
botcore.utils.channel
+ botcore.utils.interactions
botcore.utils.logging
botcore.utils.members
botcore.utils.regex