summaryrefslogtreecommitdiffstats
path: root/output/botcore.utils.regex.html
diff options
context:
space:
mode:
authorGravatar HassanAbouelela <[email protected]>2022-05-10 16:49:23 +0000
committerGravatar HassanAbouelela <[email protected]>2022-05-10 16:49:23 +0000
commite644eedfa4dca1743d4c496ffa66e59af4156298 (patch)
treee864ddedace5bb83fe894f369ae87f319bbee4aa /output/botcore.utils.regex.html
parentDeploying to docs from @ python-discord/bot-core@7c0ecc8fa3c41e439dc876ea6c6e... (diff)
Deploying to docs from @ python-discord/bot-core@cb203ccd48c621e8ac10196cafca6e00418985fe 🚀
Diffstat (limited to 'output/botcore.utils.regex.html')
-rw-r--r--output/botcore.utils.regex.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/output/botcore.utils.regex.html b/output/botcore.utils.regex.html
index 9c9d8db9..2534aa70 100644
--- a/output/botcore.utils.regex.html
+++ b/output/botcore.utils.regex.html
@@ -218,21 +218,21 @@
<p>Common regular expressions.</p>
<dl class="py data">
<dt class="sig sig-object py" id="botcore.utils.regex.DISCORD_INVITE">
-<span class="sig-name descname"><span class="pre">DISCORD_INVITE</span></span><a class="reference external" href="https://github.com/python-discord/bot-core/blob/7c0ecc8fa3c41e439dc876ea6c6e732909338f4b/botcore/utils/regex.py#L5-L16"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#botcore.utils.regex.DISCORD_INVITE" title="Permalink to this definition">#</a></dt>
+<span class="sig-name descname"><span class="pre">DISCORD_INVITE</span></span><a class="reference external" href="https://github.com/python-discord/bot-core/blob/cb203ccd48c621e8ac10196cafca6e00418985fe/botcore/utils/regex.py#L5-L16"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#botcore.utils.regex.DISCORD_INVITE" title="Permalink to this definition">#</a></dt>
<dd><p>Regex for Discord server invites.</p>
<dl class="field-list simple">
</dl>
</dd></dl>
<dl class="py data">
<dt class="sig sig-object py" id="botcore.utils.regex.FORMATTED_CODE_REGEX">
-<span class="sig-name descname"><span class="pre">FORMATTED_CODE_REGEX</span></span><a class="reference external" href="https://github.com/python-discord/bot-core/blob/7c0ecc8fa3c41e439dc876ea6c6e732909338f4b/botcore/utils/regex.py#L23-L31"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#botcore.utils.regex.FORMATTED_CODE_REGEX" title="Permalink to this definition">#</a></dt>
+<span class="sig-name descname"><span class="pre">FORMATTED_CODE_REGEX</span></span><a class="reference external" href="https://github.com/python-discord/bot-core/blob/cb203ccd48c621e8ac10196cafca6e00418985fe/botcore/utils/regex.py#L23-L31"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#botcore.utils.regex.FORMATTED_CODE_REGEX" title="Permalink to this definition">#</a></dt>
<dd><p>Regex for formatted code, using Discord’s code blocks.</p>
<dl class="field-list simple">
</dl>
</dd></dl>
<dl class="py data">
<dt class="sig sig-object py" id="botcore.utils.regex.RAW_CODE_REGEX">
-<span class="sig-name descname"><span class="pre">RAW_CODE_REGEX</span></span><a class="reference external" href="https://github.com/python-discord/bot-core/blob/7c0ecc8fa3c41e439dc876ea6c6e732909338f4b/botcore/utils/regex.py#L38-L43"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#botcore.utils.regex.RAW_CODE_REGEX" title="Permalink to this definition">#</a></dt>
+<span class="sig-name descname"><span class="pre">RAW_CODE_REGEX</span></span><a class="reference external" href="https://github.com/python-discord/bot-core/blob/cb203ccd48c621e8ac10196cafca6e00418985fe/botcore/utils/regex.py#L38-L43"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#botcore.utils.regex.RAW_CODE_REGEX" title="Permalink to this definition">#</a></dt>
<dd><p>Regex for raw code, <em>not</em> using Discord’s code blocks.</p>
<dl class="field-list simple">
</dl>