From d2477c5ed83ea64d34979b144f291a54f2994ed9 Mon Sep 17 00:00:00 2001
From: ChrisLovering
Date: Tue, 28 Feb 2023 15:01:43 +0000
Subject: Deploying to docs from @
python-discord/bot-core@19d75111d5e6b0237381bfd39d20144d444a551e π
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
v7.1.1/output/botcore.async_stats.html | 6 +++++-
v7.1.1/output/botcore.exts.html | 6 +++++-
v7.1.1/output/botcore.html | 10 +++++++---
v7.1.1/output/botcore.site_api.html | 6 +++++-
v7.1.1/output/botcore.utils.caching.html | 6 +++++-
v7.1.1/output/botcore.utils.channel.html | 20 ++++++++++++--------
v7.1.1/output/botcore.utils.html | 8 ++++++--
v7.1.1/output/botcore.utils.logging.html | 6 +++++-
v7.1.1/output/botcore.utils.members.html | 18 +++++++++++-------
v7.1.1/output/botcore.utils.regex.html | 6 +++++-
v7.1.1/output/botcore.utils.scheduling.html | 6 +++++-
11 files changed, 71 insertions(+), 27 deletions(-)
(limited to 'v7.1.1/output')
diff --git a/v7.1.1/output/botcore.async_stats.html b/v7.1.1/output/botcore.async_stats.html
index dd88f567..0809597b 100644
--- a/v7.1.1/output/botcore.async_stats.html
+++ b/v7.1.1/output/botcore.async_stats.html
@@ -11,8 +11,8 @@
-
+
@@ -204,6 +204,10 @@
main
+
+ v9.4.1
+
+
v9.4.0
diff --git a/v7.1.1/output/botcore.exts.html b/v7.1.1/output/botcore.exts.html
index 16432298..057e9821 100644
--- a/v7.1.1/output/botcore.exts.html
+++ b/v7.1.1/output/botcore.exts.html
@@ -11,8 +11,8 @@
-
+
@@ -204,6 +204,10 @@
main
+
+ v9.4.1
+
+
v9.4.0
diff --git a/v7.1.1/output/botcore.html b/v7.1.1/output/botcore.html
index d31dbae6..7efc79fe 100644
--- a/v7.1.1/output/botcore.html
+++ b/v7.1.1/output/botcore.html
@@ -11,8 +11,8 @@
-
+
@@ -204,6 +204,10 @@
main
+
+ v9.4.1
+
+
v9.4.0
@@ -365,7 +369,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.
@@ -496,7 +500,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.1.1/output/botcore.site_api.html b/v7.1.1/output/botcore.site_api.html
index e71c00d6..455960f5 100644
--- a/v7.1.1/output/botcore.site_api.html
+++ b/v7.1.1/output/botcore.site_api.html
@@ -11,8 +11,8 @@
-
+
@@ -204,6 +204,10 @@
main
+
+ v9.4.1
+
+
v9.4.0
diff --git a/v7.1.1/output/botcore.utils.caching.html b/v7.1.1/output/botcore.utils.caching.html
index 9576ae33..9424effd 100644
--- a/v7.1.1/output/botcore.utils.caching.html
+++ b/v7.1.1/output/botcore.utils.caching.html
@@ -11,8 +11,8 @@
-
+
@@ -204,6 +204,10 @@
main
+
+ v9.4.1
+
+
v9.4.0
diff --git a/v7.1.1/output/botcore.utils.channel.html b/v7.1.1/output/botcore.utils.channel.html
index 2818f959..bcc0ce4e 100644
--- a/v7.1.1/output/botcore.utils.channel.html
+++ b/v7.1.1/output/botcore.utils.channel.html
@@ -11,8 +11,8 @@
-
+
@@ -204,6 +204,10 @@
main
+
+ v9.4.1
+
+
v9.4.0
@@ -369,20 +373,20 @@
Parameters:
Raises:
Return type:
-GuildChannel
+GuildChannel
Returns:
The channel from the ID.
@@ -397,7 +401,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.1.1/output/botcore.utils.html b/v7.1.1/output/botcore.utils.html
index 99d5cb61..503e249e 100644
--- a/v7.1.1/output/botcore.utils.html
+++ b/v7.1.1/output/botcore.utils.html
@@ -11,8 +11,8 @@
-
+
@@ -204,6 +204,10 @@
main
+
+ v9.4.1
+
+
v9.4.0
@@ -367,7 +371,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.1.1/output/botcore.utils.logging.html b/v7.1.1/output/botcore.utils.logging.html
index 169206bd..fa5425b9 100644
--- a/v7.1.1/output/botcore.utils.logging.html
+++ b/v7.1.1/output/botcore.utils.logging.html
@@ -11,8 +11,8 @@
-
+
@@ -204,6 +204,10 @@
main
+
+ v9.4.1
+
+
v9.4.0
diff --git a/v7.1.1/output/botcore.utils.members.html b/v7.1.1/output/botcore.utils.members.html
index 8e96e56e..fd74a12c 100644
--- a/v7.1.1/output/botcore.utils.members.html
+++ b/v7.1.1/output/botcore.utils.members.html
@@ -11,8 +11,8 @@
-
+
@@ -204,6 +204,10 @@
main
+
+ v9.4.1
+
+
v9.4.0
@@ -361,17 +365,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.
@@ -381,12 +385,12 @@
async handle_role_change ( member , coro , role ) [source]
Await the given coro with member 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.1.1/output/botcore.utils.regex.html b/v7.1.1/output/botcore.utils.regex.html
index 79abddca..14f57d9b 100644
--- a/v7.1.1/output/botcore.utils.regex.html
+++ b/v7.1.1/output/botcore.utils.regex.html
@@ -11,8 +11,8 @@
-
+
@@ -204,6 +204,10 @@
main
+
+ v9.4.1
+
+
v9.4.0
diff --git a/v7.1.1/output/botcore.utils.scheduling.html b/v7.1.1/output/botcore.utils.scheduling.html
index 07e23f30..adac3488 100644
--- a/v7.1.1/output/botcore.utils.scheduling.html
+++ b/v7.1.1/output/botcore.utils.scheduling.html
@@ -11,8 +11,8 @@
-
+
@@ -204,6 +204,10 @@
main
+
+ v9.4.1
+
+
v9.4.0
--
cgit v1.2.3