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.2.2/output/botcore.async_stats.html | 4 ++++
v7.2.2/output/botcore.exts.html | 4 ++++
v7.2.2/output/botcore.html | 8 ++++++--
v7.2.2/output/botcore.site_api.html | 4 ++++
v7.2.2/output/botcore.utils.caching.html | 4 ++++
v7.2.2/output/botcore.utils.channel.html | 18 +++++++++++-------
v7.2.2/output/botcore.utils.html | 6 +++++-
v7.2.2/output/botcore.utils.logging.html | 4 ++++
v7.2.2/output/botcore.utils.members.html | 18 +++++++++++-------
v7.2.2/output/botcore.utils.regex.html | 4 ++++
v7.2.2/output/botcore.utils.scheduling.html | 4 ++++
11 files changed, 61 insertions(+), 17 deletions(-)
(limited to 'v7.2.2/output')
diff --git a/v7.2.2/output/botcore.async_stats.html b/v7.2.2/output/botcore.async_stats.html
index 7c6446b4..9a9fde43 100644
--- a/v7.2.2/output/botcore.async_stats.html
+++ b/v7.2.2/output/botcore.async_stats.html
@@ -204,6 +204,10 @@
main
+
+ v8.1.0
+
+
v8.0.0-beta.4
diff --git a/v7.2.2/output/botcore.exts.html b/v7.2.2/output/botcore.exts.html
index 4c10503d..4c078d3a 100644
--- a/v7.2.2/output/botcore.exts.html
+++ b/v7.2.2/output/botcore.exts.html
@@ -204,6 +204,10 @@
main
+
+ v8.1.0
+
+
v8.0.0-beta.4
diff --git a/v7.2.2/output/botcore.html b/v7.2.2/output/botcore.html
index 762a6c4d..d2a1723c 100644
--- a/v7.2.2/output/botcore.html
+++ b/v7.2.2/output/botcore.html
@@ -204,6 +204,10 @@
main
+
+ v8.1.0
+
+
v8.0.0-beta.4
@@ -328,7 +332,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.
-
@@ -459,7 +463,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.2.2/output/botcore.site_api.html b/v7.2.2/output/botcore.site_api.html
index a6fb5ece..5477ae36 100644
--- a/v7.2.2/output/botcore.site_api.html
+++ b/v7.2.2/output/botcore.site_api.html
@@ -204,6 +204,10 @@
main
+
+ v8.1.0
+
+
v8.0.0-beta.4
diff --git a/v7.2.2/output/botcore.utils.caching.html b/v7.2.2/output/botcore.utils.caching.html
index 4b4ab2ba..dec2a6ce 100644
--- a/v7.2.2/output/botcore.utils.caching.html
+++ b/v7.2.2/output/botcore.utils.caching.html
@@ -204,6 +204,10 @@
main
+
+ v8.1.0
+
+
v8.0.0-beta.4
diff --git a/v7.2.2/output/botcore.utils.channel.html b/v7.2.2/output/botcore.utils.channel.html
index ffa47575..b0fa107d 100644
--- a/v7.2.2/output/botcore.utils.channel.html
+++ b/v7.2.2/output/botcore.utils.channel.html
@@ -204,6 +204,10 @@
main
+
+ v8.1.0
+
+
v8.0.0-beta.4
@@ -332,20 +336,20 @@
- Parameters:
-
- Raises:
-
- Return type:
-GuildChannel
+GuildChannel
- Returns:
The channel from the ID.
@@ -360,7 +364,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.2.2/output/botcore.utils.html b/v7.2.2/output/botcore.utils.html
index 41458bf2..1f521085 100644
--- a/v7.2.2/output/botcore.utils.html
+++ b/v7.2.2/output/botcore.utils.html
@@ -204,6 +204,10 @@
main
+
-
+ v8.1.0
+
+
-
v8.0.0-beta.4
@@ -330,7 +334,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.2.2/output/botcore.utils.logging.html b/v7.2.2/output/botcore.utils.logging.html
index eaa9465d..8b3f8591 100644
--- a/v7.2.2/output/botcore.utils.logging.html
+++ b/v7.2.2/output/botcore.utils.logging.html
@@ -204,6 +204,10 @@
main
+
-
+ v8.1.0
+
+
-
v8.0.0-beta.4
diff --git a/v7.2.2/output/botcore.utils.members.html b/v7.2.2/output/botcore.utils.members.html
index 19ee3880..c23cd4d2 100644
--- a/v7.2.2/output/botcore.utils.members.html
+++ b/v7.2.2/output/botcore.utils.members.html
@@ -204,6 +204,10 @@
main
+ -
+ v8.1.0
+
+
-
v8.0.0-beta.4
@@ -324,17 +328,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.
@@ -344,13 +348,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.2.2/output/botcore.utils.regex.html b/v7.2.2/output/botcore.utils.regex.html
index e9a45b57..806f60c7 100644
--- a/v7.2.2/output/botcore.utils.regex.html
+++ b/v7.2.2/output/botcore.utils.regex.html
@@ -204,6 +204,10 @@
main
+
-
+ v8.1.0
+
+
-
v8.0.0-beta.4
diff --git a/v7.2.2/output/botcore.utils.scheduling.html b/v7.2.2/output/botcore.utils.scheduling.html
index 5e11318b..c88dfd3d 100644
--- a/v7.2.2/output/botcore.utils.scheduling.html
+++ b/v7.2.2/output/botcore.utils.scheduling.html
@@ -204,6 +204,10 @@
main
+ -
+ v8.1.0
+
+
-
v8.0.0-beta.4
--
cgit v1.2.3