aboutsummaryrefslogtreecommitdiffstats
path: root/v7.1.1/output/botcore.utils.html
diff options
context:
space:
mode:
authorGravatar ChrisLovering <[email protected]>2023-08-28 20:55:49 +0000
committerGravatar ChrisLovering <[email protected]>2023-08-28 20:55:49 +0000
commit59a405118aad72f3f2b520e687eea0aad5bce344 (patch)
treeab93a47e91b824ad043db8473dc6265e57c51655 /v7.1.1/output/botcore.utils.html
parentDeploying to docs from @ python-discord/bot-core@fc8af5edac4aaacb9862401d7a80... (diff)
Deploying to docs from @ python-discord/bot-core@1309de6a1ea513763336fac1f12e1991b2510477 🚀
Diffstat (limited to 'v7.1.1/output/botcore.utils.html')
-rw-r--r--v7.1.1/output/botcore.utils.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/v7.1.1/output/botcore.utils.html b/v7.1.1/output/botcore.utils.html
index e467baf9..bdb2453f 100644
--- a/v7.1.1/output/botcore.utils.html
+++ b/v7.1.1/output/botcore.utils.html
@@ -10,8 +10,8 @@
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?digest=e6660623a769aa55fea372102b9bf3151b292993" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?digest=30d1aed668e5c3a91c3e3bf6a60b675221979f0e" />
- <link rel="stylesheet" type="text/css" href="../_static/index.css" />
<link rel="stylesheet" type="text/css" href="../_static/changelog.css" />
+ <link rel="stylesheet" type="text/css" href="../_static/index.css" />
<link rel="stylesheet" type="text/css" href="../_static/logo.css" />
@@ -349,6 +349,10 @@
</li>
<li class="toctree-l2 ">
+ <a class="version_link reference internal" href="../../v10.1.0/index.html">v10.1.0</a>
+ </li>
+
+ <li class="toctree-l2 ">
<a class="version_link reference internal" href="../../v10.0.0/index.html">v10.0.0</a>
</li>
@@ -420,7 +424,7 @@
</dd>
</dl>
<dl>
-<dt>Patches <a class="reference external" href="https://discordpy.readthedocs.io/en/latest/ext/commands/api.html#discord.ext.commands.Command" title="(in discord.py v2.4.0a)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">discord.ext.commands.Command</span></code></a> and <a class="reference external" href="https://discordpy.readthedocs.io/en/latest/ext/commands/api.html#discord.ext.commands.Group" title="(in discord.py v2.4.0a)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">discord.ext.commands.Group</span></code></a> to support root aliases.</dt><dd><p>A <code class="docutils literal notranslate"><span class="pre">root_aliases</span></code> keyword argument is added to these two objects, which is a sequence of alias names
+<dt>Patches <code class="xref py py-obj docutils literal notranslate"><span class="pre">discord.ext.commands.Command</span></code> and <code class="xref py py-obj docutils literal notranslate"><span class="pre">discord.ext.commands.Group</span></code> to support root aliases.</dt><dd><p>A <code class="docutils literal notranslate"><span class="pre">root_aliases</span></code> 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.</p>
<p>It’s stored as an attribute also named <code class="docutils literal notranslate"><span class="pre">root_aliases</span></code></p>
</dd>