diff options
author | 2022-07-23 14:35:07 +0000 | |
---|---|---|
committer | 2022-07-23 14:35:07 +0000 | |
commit | 02ed8edf235883eaaf0958d3548f34d198722c05 (patch) | |
tree | 5620beb3b2a91a6e36e73a9f3ef6c3014bfa1bd7 /main/output/botcore.utils.commands.html | |
parent | Deploying to docs from @ python-discord/bot-core@c584af6f4791530f16aa32f30926... (diff) |
Deploying to docs from @ python-discord/bot-core@cfdc1b7c3dedae53f15ce696aee0c7141ba8c606 🚀
Diffstat (limited to 'main/output/botcore.utils.commands.html')
-rw-r--r-- | main/output/botcore.utils.commands.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/main/output/botcore.utils.commands.html b/main/output/botcore.utils.commands.html index 633344c3..f8801187 100644 --- a/main/output/botcore.utils.commands.html +++ b/main/output/botcore.utils.commands.html @@ -6,7 +6,7 @@ <link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="interactions" href="botcore.utils.interactions.html" /><link rel="prev" title="channel" href="botcore.utils.channel.html" /> <link rel="shortcut icon" href="https://raw.githubusercontent.com/python-discord/branding/main/logos/logo_full/logo_full.min.svg"/><meta name="generator" content="sphinx-5.0.2, furo 2022.06.21"/> - <title>commands - Bot Core Latest (7.4.0)</title> + <title>commands - Bot Core Latest (7.5.0)</title> <link rel="stylesheet" type="text/css" href="../_static/pygments.css" /> <link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?digest=40978830699223671f4072448e654b5958f38b89" /> <link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?digest=30d1aed668e5c3a91c3e3bf6a60b675221979f0e" /> @@ -127,7 +127,7 @@ </label> </div> <div class="header-center"> - <a href="../index.html"><div class="brand">Bot Core Latest (7.4.0)</div></a> + <a href="../index.html"><div class="brand">Bot Core Latest (7.5.0)</div></a> </div> <div class="header-right"> <div class="theme-toggle-container theme-toggle-header"> @@ -153,7 +153,7 @@ <img class="sidebar-logo" src="https://raw.githubusercontent.com/python-discord/branding/main/logos/logo_full/logo_full.min.svg" alt="Logo"/> </div> - <span class="sidebar-brand-text">Bot Core Latest (7.4.0)</span> + <span class="sidebar-brand-text">Bot Core Latest (7.5.0)</span> </a><form class="sidebar-search-container" method="get" action="../search.html" role="search"> <input class="sidebar-search" placeholder=Search name="q" aria-label="Search"> @@ -207,6 +207,10 @@ </li> <li class="toctree-l2 "> + <a class="version_link reference internal" href="../../v7.5.0/output/botcore.utils.commands.html">v7.5.0</a> + </li> + + <li class="toctree-l2 "> <a class="version_link reference internal" href="../../v7.4.0-beta1/index.html">v7.4.0-beta1</a> </li> @@ -304,7 +308,7 @@ <span id="commands"></span><h1>commands<a class="headerlink" href="#module-botcore.utils.commands" title="Permalink to this heading">#</a></h1> <dl class="py function"> <dt class="sig sig-object py" id="botcore.utils.commands.clean_text_or_reply"> -<em class="property"><span class="k"><span class="pre">async</span></span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">clean_text_or_reply</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">ctx</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">text</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/python-discord/bot-core/blob/c584af6f4791530f16aa32f30926c3d3e84fbcdd/botcore/utils/commands.py#L7-L39"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#botcore.utils.commands.clean_text_or_reply" title="Permalink to this definition">#</a></dt> +<em class="property"><span class="k"><span class="pre">async</span></span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">clean_text_or_reply</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">ctx</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">text</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/python-discord/bot-core/blob/cfdc1b7c3dedae53f15ce696aee0c7141ba8c606/botcore/utils/commands.py#L7-L39"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#botcore.utils.commands.clean_text_or_reply" title="Permalink to this definition">#</a></dt> <dd><p>Cleans a text argument or replied message’s content.</p> <dl class="field-list simple"> <dt class="field-odd">Parameters<span class="colon">:</span></dt> |