From 7a1270a3782f04548c8c9527006cd1ae6a04b51b Mon Sep 17 00:00:00 2001 From: HassanAbouelela Date: Sat, 23 Jul 2022 15:20:09 +0000 Subject: Deploying to docs from @ python-discord/bot-core@94c4b408f1afa604ae6907aa28ab694870af20f2 🚀 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/output/botcore.utils.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'main/output/botcore.utils.html') diff --git a/main/output/botcore.utils.html b/main/output/botcore.utils.html index 34c7694e..7e87c71a 100644 --- a/main/output/botcore.utils.html +++ b/main/output/botcore.utils.html @@ -183,6 +183,7 @@

Other:

@@ -309,7 +310,7 @@

Useful utilities and tools for Discord bot development.

-apply_monkey_patches()[source]#
+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 @@ -328,7 +329,7 @@ that will act as top-level groups rather than being aliases of the command’s g

-unqualify(name)[source]#
+unqualify(name)[source]#

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

Parameters:
-- cgit v1.2.3