diff options
| author | 2024-09-11 18:35:40 +0000 | |
|---|---|---|
| committer | 2024-09-11 18:35:40 +0000 | |
| commit | c6d2f0e30297ab134d7a7e38bac2f360793b1eb9 (patch) | |
| tree | a5e19023e68615406a140859f94438e8b9cc4267 /v10.6.0/changelog.html | |
| parent | Deploying to docs from @ python-discord/bot-core@aa8f868ec5fb436a5e199ccdb4df... (diff) | |
Deploying to docs from @ python-discord/bot-core@06b1ada5772490e18a7ab1b96d0582b1222121b4 🚀
Diffstat (limited to 'v10.6.0/changelog.html')
| -rw-r--r-- | v10.6.0/changelog.html | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/v10.6.0/changelog.html b/v10.6.0/changelog.html index aec0f835..f7a806b1 100644 --- a/v10.6.0/changelog.html +++ b/v10.6.0/changelog.html @@ -5,14 +5,14 @@      <meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" />  <link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="prev" title="Local Development & Testing" href="development.html" /> -    <link rel="shortcut icon" href="https://raw.githubusercontent.com/python-discord/branding/main/logos/logo_full/logo_full.min.svg"/><!-- Generated with Sphinx 7.4.7 and Furo 2024.07.18 --> +    <link rel="shortcut icon" href="https://raw.githubusercontent.com/python-discord/branding/main/logos/logo_full/logo_full.min.svg"/><!-- Generated with Sphinx 8.0.2 and Furo 2024.08.06 -->          <title>Changelog - Pydis Core v10.6.0</title>        <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" /> -    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=613ab9ff" /> +    <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=354aac6f" />      <link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=302659d7" />      <link rel="stylesheet" type="text/css" href="_static/logo.css?v=41ebe54c" /> -    <link rel="stylesheet" type="text/css" href="_static/index.css?v=832e2368" />      <link rel="stylesheet" type="text/css" href="_static/changelog.css?v=117bb91a" /> +    <link rel="stylesheet" type="text/css" href="_static/index.css?v=832e2368" /> @@ -449,7 +449,7 @@  <h2 style="margin-bottom: 0.3em;"><a class="reference external" href="https://github.com/python-discord/bot-core/releases/tag/v10.6.0">10.6.0</a> <span style="font-size: 75%;">30th January 2024</span></h2><ul class="simple">  <li><p>[<span style="color: #40A056;">Feature</span>]<span> </span><a class="reference external" href="https://github.com/python-discord/bot-core/issues/199">#199</a><span>:</span> Port common discord.commands checks from other bots to <a class="reference internal" href="output/pydis_core.utils.checks.html#module-pydis_core.utils.checks" title="pydis_core.utils.checks"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pydis_core.utils.checks</span></code></a>.</p></li>  <li><p>[<span style="color: #40A056;">Feature</span>]<span> </span><a class="reference external" href="https://github.com/python-discord/bot-core/issues/189">#189</a><span>:</span> Add <a class="reference internal" href="output/pydis_core.utils.messages.html#pydis_core.utils.messages.reaction_check" title="pydis_core.utils.messages.reaction_check"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pydis_core.utils.messages.reaction_check</span></code></a>, a predicate that dictates whether a user has the right to add a specific set of reactions based on certain criteria.</p></li> -<li><p>[<span style="color: #40A056;">Feature</span>]<span> </span><a class="reference external" href="https://github.com/python-discord/bot-core/issues/189">#189</a><span>:</span> Add <a class="reference internal" href="output/pydis_core.utils.pagination.html#pydis_core.utils.pagination.LinePaginator" title="pydis_core.utils.pagination.LinePaginator"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pydis_core.utils.pagination.LinePaginator</span></code></a> which allows users to paginate over content using Embeds, with emoji reactions facilitating navigation.</p></li> +<li><p>[<span style="color: #40A056;">Feature</span>]<span> </span><a class="reference external" href="https://github.com/python-discord/bot-core/issues/189">#189</a><span>:</span> Add <a class="reference internal" href="output/pydis_core.html#pydis_core.LinePaginator" title="pydis_core.utils.pagination.LinePaginator"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pydis_core.utils.pagination.LinePaginator</span></code></a> which allows users to paginate over content using Embeds, with emoji reactions facilitating navigation.</p></li>  </ul>  </section>  <section id="10.5.1">  |