From bf55b5820b78d57b72249d8f288c7a9fd28d53b0 Mon Sep 17 00:00:00 2001 From: HassanAbouelela Date: Tue, 10 May 2022 19:23:22 +0000 Subject: Deploying to docs from @ python-discord/bot-core@7eef69c7be762f0b2becf4e623c11b1507756966 🚀 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- output/botcore.utils.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'output/botcore.utils.html') diff --git a/output/botcore.utils.html b/output/botcore.utils.html index 9410e201..5142d985 100644 --- a/output/botcore.utils.html +++ b/output/botcore.utils.html @@ -218,7 +218,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 @@ -236,7 +236,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