From a044360f2369fbc13a2db0cb1c97f1ac7326e150 Mon Sep 17 00:00:00 2001
From: ChrisLovering
Date: Thu, 18 Aug 2022 15:13:27 +0000
Subject: Deploying to docs from @
python-discord/bot-core@127d0efa219d29e15bd71339d0d2517945aed57c π
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
v7.4.0-beta1/output/botcore.async_stats.html | 4 ++++
v7.4.0-beta1/output/botcore.exts.html | 4 ++++
v7.4.0-beta1/output/botcore.html | 8 ++++++--
v7.4.0-beta1/output/botcore.site_api.html | 4 ++++
v7.4.0-beta1/output/botcore.utils.caching.html | 4 ++++
v7.4.0-beta1/output/botcore.utils.channel.html | 18 +++++++++++-------
v7.4.0-beta1/output/botcore.utils.html | 6 +++++-
v7.4.0-beta1/output/botcore.utils.interactions.html | 12 ++++++++----
v7.4.0-beta1/output/botcore.utils.logging.html | 4 ++++
v7.4.0-beta1/output/botcore.utils.members.html | 18 +++++++++++-------
v7.4.0-beta1/output/botcore.utils.regex.html | 4 ++++
v7.4.0-beta1/output/botcore.utils.scheduling.html | 4 ++++
12 files changed, 69 insertions(+), 21 deletions(-)
(limited to 'v7.4.0-beta1/output')
diff --git a/v7.4.0-beta1/output/botcore.async_stats.html b/v7.4.0-beta1/output/botcore.async_stats.html
index 20f31a34..11966f13 100644
--- a/v7.4.0-beta1/output/botcore.async_stats.html
+++ b/v7.4.0-beta1/output/botcore.async_stats.html
@@ -205,6 +205,10 @@
main
+
+ v8.1.0
+
+
v8.0.0-beta.4
diff --git a/v7.4.0-beta1/output/botcore.exts.html b/v7.4.0-beta1/output/botcore.exts.html
index bb49b659..5d445298 100644
--- a/v7.4.0-beta1/output/botcore.exts.html
+++ b/v7.4.0-beta1/output/botcore.exts.html
@@ -205,6 +205,10 @@
main
+
+ v8.1.0
+
+
v8.0.0-beta.4
diff --git a/v7.4.0-beta1/output/botcore.html b/v7.4.0-beta1/output/botcore.html
index 73bd5d07..a0179e9d 100644
--- a/v7.4.0-beta1/output/botcore.html
+++ b/v7.4.0-beta1/output/botcore.html
@@ -205,6 +205,10 @@
main
+
+ v8.1.0
+
+
v8.0.0-beta.4
@@ -329,7 +333,7 @@
-
class BotBase(*args, guild_id, allowed_roles, http_session, redis_session=None, api_client=None, statsd_url=None, **kwargs)[source]
-Bases: Bot
+Bases: Bot
A sub-class that implements many common features that Python Discord bots use.
-
@@ -460,7 +464,7 @@ will not be set and guild_available_but_cache_empty event will be e
To remove them, either remove the entire command or manually edit bot.all_commands.
- Return type:
-Optional[Command]
+Optional[Command]
diff --git a/v7.4.0-beta1/output/botcore.site_api.html b/v7.4.0-beta1/output/botcore.site_api.html
index a36d5cff..1001d4c4 100644
--- a/v7.4.0-beta1/output/botcore.site_api.html
+++ b/v7.4.0-beta1/output/botcore.site_api.html
@@ -205,6 +205,10 @@
main
+
+ v8.1.0
+
+
v8.0.0-beta.4
diff --git a/v7.4.0-beta1/output/botcore.utils.caching.html b/v7.4.0-beta1/output/botcore.utils.caching.html
index 5b8edc20..4e8022a8 100644
--- a/v7.4.0-beta1/output/botcore.utils.caching.html
+++ b/v7.4.0-beta1/output/botcore.utils.caching.html
@@ -205,6 +205,10 @@
main
+
+ v8.1.0
+
+
v8.0.0-beta.4
diff --git a/v7.4.0-beta1/output/botcore.utils.channel.html b/v7.4.0-beta1/output/botcore.utils.channel.html
index fa2f447d..0e53e31e 100644
--- a/v7.4.0-beta1/output/botcore.utils.channel.html
+++ b/v7.4.0-beta1/output/botcore.utils.channel.html
@@ -205,6 +205,10 @@
main
+
+ v8.1.0
+
+
v8.0.0-beta.4
@@ -333,20 +337,20 @@
- Parameters:
-
- Raises:
-
- Return type:
-GuildChannel
+GuildChannel
- Returns:
The channel from the ID.
@@ -361,7 +365,7 @@
- Parameters:
-channel (TextChannel) β The channel to check.
+channel (TextChannel) β The channel to check.
category_id (int) β The category to check for.
diff --git a/v7.4.0-beta1/output/botcore.utils.html b/v7.4.0-beta1/output/botcore.utils.html
index 1147fd18..02c208d7 100644
--- a/v7.4.0-beta1/output/botcore.utils.html
+++ b/v7.4.0-beta1/output/botcore.utils.html
@@ -205,6 +205,10 @@
main
+
-
+ v8.1.0
+
+
-
v8.0.0-beta.4
@@ -331,7 +335,7 @@
apply_monkey_patches()[source]
Applies all common monkey patches for our bots.
-- Patches
discord.ext.commands.Command and discord.ext.commands.Group to support root aliases. A root_aliases keyword argument is added to these two objects, which is a sequence of alias names
+
- Patches
discord.ext.commands.Command and discord.ext.commands.Group to support root aliases. A root_aliases keyword argument is added to these two objects, which is a sequence of alias names
that will act as top-level groups rather than being aliases of the commandβs group.
Itβs stored as an attribute also named root_aliases
diff --git a/v7.4.0-beta1/output/botcore.utils.interactions.html b/v7.4.0-beta1/output/botcore.utils.interactions.html
index 5c3b9f7e..0690963d 100644
--- a/v7.4.0-beta1/output/botcore.utils.interactions.html
+++ b/v7.4.0-beta1/output/botcore.utils.interactions.html
@@ -205,6 +205,10 @@
main
+
-
+ v8.1.0
+
+
-
v8.0.0-beta.4
@@ -328,7 +332,7 @@
-
class DeleteMessageButton(*, style=<ButtonStyle.secondary: 2>, label='Delete', **kwargs)[source]
-Bases: Button
+Bases: Button
A button that can be added to a view to delete the message containing the view on click.
This button itself carries out no interaction checks, these should be done by the parent view.
See botcore.utils.interactions.ViewWithUserAndRoleCheck for a view that implements basic checks.
@@ -361,7 +365,7 @@
-
class ViewWithUserAndRoleCheck(*, allowed_users, allowed_roles, timeout=180.0, message=None)[source]
-Bases: View
+Bases: View
A view that allows the original invoker and moderators to interact with it.
- Parameters:
@@ -370,7 +374,7 @@
allowed_roles (Sequence[int]) β A sequence of role ids that are allowed to interact with the view.
timeout (Optional[float]) β Timeout in seconds from last interaction with the UI before no longer accepting input.
If None then there is no timeout.
-message (Optional[Message]) β The message to remove the view from on timeout. This can also be set with
+
message (Optional[Message]) β The message to remove the view from on timeout. This can also be set with
view.message = await ctx.send( ... )` , or similar, after the view is instantiated.
@@ -386,7 +390,7 @@ If NoneEnsure the user clicking the button is the view invoker, or a moderator.
- Parameters:
-interaction (Interaction) β The interaction that occurred.
+interaction (Interaction) β The interaction that occurred.
- Return type:
bool
diff --git a/v7.4.0-beta1/output/botcore.utils.logging.html b/v7.4.0-beta1/output/botcore.utils.logging.html
index 7bad9910..c697361b 100644
--- a/v7.4.0-beta1/output/botcore.utils.logging.html
+++ b/v7.4.0-beta1/output/botcore.utils.logging.html
@@ -205,6 +205,10 @@
main
+ -
+ v8.1.0
+
+
-
v8.0.0-beta.4
diff --git a/v7.4.0-beta1/output/botcore.utils.members.html b/v7.4.0-beta1/output/botcore.utils.members.html
index 8fce5f8f..2ce9991f 100644
--- a/v7.4.0-beta1/output/botcore.utils.members.html
+++ b/v7.4.0-beta1/output/botcore.utils.members.html
@@ -205,6 +205,10 @@
main
+ -
+ v8.1.0
+
+
-
v8.0.0-beta.4
@@ -325,17 +329,17 @@
members
-Useful helper functions for interactin with discord.Member objects.
+Useful helper functions for interactin with discord.Member objects.
-
async get_or_fetch_member(guild, member_id)[source]
Attempt to get a member from cache; on failure fetch from the API.
- Return type:
-Optional[Member]
+Optional[Member]
- Returns:
-The discord.Member or None to indicate the member could not be found.
+The discord.Member or None to indicate the member could not be found.
@@ -345,13 +349,13 @@
async handle_role_change(member, coro, role)[source]
Await the given coro with role as the sole argument.
Handle errors that we expect to be raised from
-discord.Member.add_roles and discord.Member.remove_roles.
+discord.Member.add_roles and discord.Member.remove_roles.
- Parameters:
-
- Return type:
diff --git a/v7.4.0-beta1/output/botcore.utils.regex.html b/v7.4.0-beta1/output/botcore.utils.regex.html
index fc8f0fd7..de503759 100644
--- a/v7.4.0-beta1/output/botcore.utils.regex.html
+++ b/v7.4.0-beta1/output/botcore.utils.regex.html
@@ -205,6 +205,10 @@
main
+
-
+ v8.1.0
+
+
-
v8.0.0-beta.4
diff --git a/v7.4.0-beta1/output/botcore.utils.scheduling.html b/v7.4.0-beta1/output/botcore.utils.scheduling.html
index f399b1a7..78fe7901 100644
--- a/v7.4.0-beta1/output/botcore.utils.scheduling.html
+++ b/v7.4.0-beta1/output/botcore.utils.scheduling.html
@@ -205,6 +205,10 @@
main
+ -
+ v8.1.0
+
+
-
v8.0.0-beta.4
--
cgit v1.2.3