diff options
author | 2023-07-02 07:59:46 +0000 | |
---|---|---|
committer | 2023-07-02 07:59:46 +0000 | |
commit | 000281711165a2e54d3d340d42929f406c56cf6e (patch) | |
tree | 47b186ec585e5e8b61804cbdb6c4203856ea6b75 /main/output/pydis_core.utils.commands.html | |
parent | Deploying to docs from @ python-discord/bot-core@df15245c8b232ac57a82a5eea6c3... (diff) |
Deploying to docs from @ python-discord/bot-core@f80a263bfc024eade1c35b336128a74b707d2a3a 🚀
Diffstat (limited to 'main/output/pydis_core.utils.commands.html')
-rw-r--r-- | main/output/pydis_core.utils.commands.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/main/output/pydis_core.utils.commands.html b/main/output/pydis_core.utils.commands.html index e03688b7..f2cf7f30 100644 --- a/main/output/pydis_core.utils.commands.html +++ b/main/output/pydis_core.utils.commands.html @@ -10,9 +10,9 @@ <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/logo.css" /> - <link rel="stylesheet" type="text/css" href="../_static/index.css" /> @@ -212,6 +212,10 @@ </li> <li class="toctree-l2 "> + <a class="version_link reference internal" href="../../v9.9.1/output/pydis_core.utils.commands.html">v9.9.1</a> + </li> + + <li class="toctree-l2 "> <a class="version_link reference internal" href="../../v9.9.0/output/pydis_core.utils.commands.html">v9.9.0</a> </li> @@ -398,7 +402,7 @@ <span id="commands"></span><h1>commands<a class="headerlink" href="#module-pydis_core.utils.commands" title="Permalink to this heading">#</a></h1> <dl class="py function"> <dt class="sig sig-object py" id="pydis_core.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/df15245c8b232ac57a82a5eea6c3f7eb3af8099a/pydis_core/utils/commands.py#L6-L38"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pydis_core.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/f80a263bfc024eade1c35b336128a74b707d2a3a/pydis_core/utils/commands.py#L6-L38"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pydis_core.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> |