From cf16350107a4ffd6a48d258a47fffc0733c138b2 Mon Sep 17 00:00:00 2001 From: jb3 Date: Fri, 17 Oct 2025 18:04:11 +0000 Subject: Deploying to docs from @ python-discord/bot-core@9f0162c0869ee8e0ae158636c8f0eac96159a675 🚀 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v9.5.0/output/pydis_core.utils.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'v9.5.0/output/pydis_core.utils.html') diff --git a/v9.5.0/output/pydis_core.utils.html b/v9.5.0/output/pydis_core.utils.html index 95d9698f..f89a55f9 100644 --- a/v9.5.0/output/pydis_core.utils.html +++ b/v9.5.0/output/pydis_core.utils.html @@ -10,8 +10,8 @@ - + @@ -471,11 +471,11 @@

Applies all common monkey patches for our bots.

Return type:
-

None

+

None

-
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

@@ -490,10 +490,10 @@ that will act as top-level groups rather than being aliases of the command’s g

Return an unqualified name given a qualified module/package name.

Parameters:
-

name (str) – The module name to unqualify.

+

name (str) – The module name to unqualify.

Return type:
-

str

+

str

Returns:

The unqualified module name.

-- cgit v1.2.3