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.3.0/output/botcore.async_stats.html | 6 +++++-
v7.3.0/output/botcore.exts.html | 6 +++++-
v7.3.0/output/botcore.html | 10 +++++++---
v7.3.0/output/botcore.site_api.html | 6 +++++-
v7.3.0/output/botcore.utils.caching.html | 6 +++++-
v7.3.0/output/botcore.utils.channel.html | 20 ++++++++++++--------
v7.3.0/output/botcore.utils.html | 8 ++++++--
v7.3.0/output/botcore.utils.interactions.html | 12 ++++++++----
v7.3.0/output/botcore.utils.logging.html | 6 +++++-
v7.3.0/output/botcore.utils.members.html | 20 ++++++++++++--------
v7.3.0/output/botcore.utils.regex.html | 6 +++++-
v7.3.0/output/botcore.utils.scheduling.html | 6 +++++-
12 files changed, 80 insertions(+), 32 deletions(-)
(limited to 'v7.3.0/output')
diff --git a/v7.3.0/output/botcore.async_stats.html b/v7.3.0/output/botcore.async_stats.html
index c3a28266..dff537ab 100644
--- a/v7.3.0/output/botcore.async_stats.html
+++ b/v7.3.0/output/botcore.async_stats.html
@@ -11,8 +11,8 @@
-
+
@@ -205,6 +205,10 @@
main
+
+ v9.4.1
+
+
v9.4.0
diff --git a/v7.3.0/output/botcore.exts.html b/v7.3.0/output/botcore.exts.html
index 5fe3c356..377d134c 100644
--- a/v7.3.0/output/botcore.exts.html
+++ b/v7.3.0/output/botcore.exts.html
@@ -11,8 +11,8 @@
-
+
@@ -205,6 +205,10 @@
main
+
+ v9.4.1
+
+
v9.4.0
diff --git a/v7.3.0/output/botcore.html b/v7.3.0/output/botcore.html
index 12453f28..68601458 100644
--- a/v7.3.0/output/botcore.html
+++ b/v7.3.0/output/botcore.html
@@ -11,8 +11,8 @@
-
+
@@ -205,6 +205,10 @@
main
+
+ v9.4.1
+
+
v9.4.0
@@ -366,7 +370,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.
@@ -497,7 +501,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.3.0/output/botcore.site_api.html b/v7.3.0/output/botcore.site_api.html
index d295e898..15c1c2d1 100644
--- a/v7.3.0/output/botcore.site_api.html
+++ b/v7.3.0/output/botcore.site_api.html
@@ -11,8 +11,8 @@
-
+
@@ -205,6 +205,10 @@
main
+
+ v9.4.1
+
+
v9.4.0
diff --git a/v7.3.0/output/botcore.utils.caching.html b/v7.3.0/output/botcore.utils.caching.html
index 4128e440..218c198a 100644
--- a/v7.3.0/output/botcore.utils.caching.html
+++ b/v7.3.0/output/botcore.utils.caching.html
@@ -11,8 +11,8 @@
-
+
@@ -205,6 +205,10 @@
main
+
+ v9.4.1
+
+
v9.4.0
diff --git a/v7.3.0/output/botcore.utils.channel.html b/v7.3.0/output/botcore.utils.channel.html
index 7152a088..b495cae2 100644
--- a/v7.3.0/output/botcore.utils.channel.html
+++ b/v7.3.0/output/botcore.utils.channel.html
@@ -11,8 +11,8 @@
-
+
@@ -205,6 +205,10 @@
main
+
+ v9.4.1
+
+
v9.4.0
@@ -370,20 +374,20 @@
Parameters:
Raises:
Return type:
-GuildChannel
+GuildChannel
Returns:
The channel from the ID.
@@ -398,7 +402,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.3.0/output/botcore.utils.html b/v7.3.0/output/botcore.utils.html
index a4f8ada5..2889d6ba 100644
--- a/v7.3.0/output/botcore.utils.html
+++ b/v7.3.0/output/botcore.utils.html
@@ -11,8 +11,8 @@
-
+
@@ -205,6 +205,10 @@
main
+
+ v9.4.1
+
+
v9.4.0
@@ -368,7 +372,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.3.0/output/botcore.utils.interactions.html b/v7.3.0/output/botcore.utils.interactions.html
index c51096f8..fa548167 100644
--- a/v7.3.0/output/botcore.utils.interactions.html
+++ b/v7.3.0/output/botcore.utils.interactions.html
@@ -11,8 +11,8 @@
-
+
@@ -205,6 +205,10 @@
main
+
+ v9.4.1
+
+
v9.4.0
@@ -365,7 +369,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.
@@ -398,7 +402,7 @@
class ViewWithUserAndRoleCheck ( * , allowed_users , allowed_roles , timeout = 180.0 ) [source]
-Bases: View
+Bases: View
A view that allows the original invoker and moderators to interact with it.
Parameters:
@@ -421,7 +425,7 @@ If None Ensure 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.3.0/output/botcore.utils.logging.html b/v7.3.0/output/botcore.utils.logging.html
index 2305b411..90e6674a 100644
--- a/v7.3.0/output/botcore.utils.logging.html
+++ b/v7.3.0/output/botcore.utils.logging.html
@@ -11,8 +11,8 @@
-
+
@@ -205,6 +205,10 @@
main
+
+ v9.4.1
+
+
v9.4.0
diff --git a/v7.3.0/output/botcore.utils.members.html b/v7.3.0/output/botcore.utils.members.html
index bfea5bb7..1f54da79 100644
--- a/v7.3.0/output/botcore.utils.members.html
+++ b/v7.3.0/output/botcore.utils.members.html
@@ -11,8 +11,8 @@
-
+
@@ -205,6 +205,10 @@
main
+
+ v9.4.1
+
+
v9.4.0
@@ -362,17 +366,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.
@@ -382,13 +386,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.3.0/output/botcore.utils.regex.html b/v7.3.0/output/botcore.utils.regex.html
index 418cb929..4061ad6c 100644
--- a/v7.3.0/output/botcore.utils.regex.html
+++ b/v7.3.0/output/botcore.utils.regex.html
@@ -11,8 +11,8 @@
-
+
@@ -205,6 +205,10 @@
main
+
+ v9.4.1
+
+
v9.4.0
diff --git a/v7.3.0/output/botcore.utils.scheduling.html b/v7.3.0/output/botcore.utils.scheduling.html
index 4903cad3..0d21a869 100644
--- a/v7.3.0/output/botcore.utils.scheduling.html
+++ b/v7.3.0/output/botcore.utils.scheduling.html
@@ -11,8 +11,8 @@
-
+
@@ -205,6 +205,10 @@
main
+
+ v9.4.1
+
+
v9.4.0
--
cgit v1.2.3