From 003ab979ba58844a175b6182445e768181b622a8 Mon Sep 17 00:00:00 2001 From: ChrisLovering Date: Wed, 14 Jun 2023 11:27:16 +0000 Subject: Deploying to docs from @ python-discord/bot-core@b3425c40532b02ad54ac7be9eb96e830d7e1a5ef 🚀 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v8.0.0/output/botcore.utils.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'v8.0.0/output/botcore.utils.html') diff --git a/v8.0.0/output/botcore.utils.html b/v8.0.0/output/botcore.utils.html index bb945cb9..6bf2af3f 100644 --- a/v8.0.0/output/botcore.utils.html +++ b/v8.0.0/output/botcore.utils.html @@ -395,7 +395,7 @@
-
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

-- cgit v1.2.3