diff options
| author | 2025-07-13 20:40:33 +0000 | |
|---|---|---|
| committer | 2025-07-13 20:40:33 +0000 | |
| commit | e3c2cbd10a9eebd2e5e7204c1adcb91038e0a670 (patch) | |
| tree | f189c8a586569d3a7748cb88441dff864836f598 /v10.0.0/output/pydis_core.html | |
| parent | Deploying to docs from @ python-discord/bot-core@16835478af6b842d776d634e53aa... (diff) | |
Deploying to docs from @ python-discord/bot-core@7a0f529835ec5f3f09b0924848e0be9f0230d310 🚀
Diffstat (limited to 'v10.0.0/output/pydis_core.html')
| -rw-r--r-- | v10.0.0/output/pydis_core.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/v10.0.0/output/pydis_core.html b/v10.0.0/output/pydis_core.html index 058c8fa7..1c47f1fc 100644 --- a/v10.0.0/output/pydis_core.html +++ b/v10.0.0/output/pydis_core.html @@ -320,6 +320,10 @@ </li> <li class="toctree-l2 "> + <a class="version_link reference internal" href="../../v11.6.0/output/pydis_core.html">v11.6.0</a> + </li> + + <li class="toctree-l2 "> <a class="version_link reference internal" href="../../v11.5.1/output/pydis_core.html">v11.5.1</a> </li> @@ -469,7 +473,7 @@ <dd class="field-odd"><ul class="simple"> <li><p><strong>guild_id</strong> (<span class="sphinx_autodoc_typehints-type"><a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.13)"><code class="xref py py-class docutils literal notranslate"><span class="pre">int</span></code></a></span>) – The ID of the guild used for <a class="reference internal" href="#pydis_core.BotBase.wait_until_guild_available" title="pydis_core.BotBase.wait_until_guild_available"><code class="xref py py-func docutils literal notranslate"><span class="pre">wait_until_guild_available()</span></code></a>.</p></li> <li><p><strong>allowed_roles</strong> (<span class="sphinx_autodoc_typehints-type"><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#list" title="(in Python v3.13)"><code class="xref py py-class docutils literal notranslate"><span class="pre">list</span></code></a></span>) – A list of role IDs that the bot is allowed to mention.</p></li> -<li><p><strong>http_session</strong> (<a class="reference external" href="https://docs.aiohttp.org/en/stable/client_reference.html#aiohttp.ClientSession" title="(in aiohttp v3.11)"><em>aiohttp.ClientSession</em></a>) – The session to use for the bot.</p></li> +<li><p><strong>http_session</strong> (<a class="reference external" href="https://docs.aiohttp.org/en/stable/client_reference.html#aiohttp.ClientSession" title="(in aiohttp v3.12)"><em>aiohttp.ClientSession</em></a>) – The session to use for the bot.</p></li> <li><p><strong>redis_session</strong> (<span class="sphinx_autodoc_typehints-type"><code class="xref py py-class docutils literal notranslate"><span class="pre">RedisSession</span></code> | <a class="reference external" href="https://docs.python.org/3/library/constants.html#None" title="(in Python v3.13)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">None</span></code></a></span>) – The <a class="reference external" href="https://github.com/SebastiaanZ/async-rediscache#creating-a-redissession">async_rediscache.RedisSession</a> to use for the bot.</p></li> <li><p><strong>api_client</strong> (<span class="sphinx_autodoc_typehints-type"><a class="reference internal" href="pydis_core.site_api.html#pydis_core.site_api.APIClient" title="pydis_core.site_api.APIClient"><code class="xref py py-class docutils literal notranslate"><span class="pre">APIClient</span></code></a> | <a class="reference external" href="https://docs.python.org/3/library/constants.html#None" title="(in Python v3.13)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">None</span></code></a></span>) – The <a class="reference internal" href="pydis_core.site_api.html#pydis_core.site_api.APIClient" title="pydis_core.site_api.APIClient"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pydis_core.site_api.APIClient</span></code></a> instance to use for the bot.</p></li> <li><p><strong>statsd_url</strong> (<span class="sphinx_autodoc_typehints-type"><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code></a> | <a class="reference external" href="https://docs.python.org/3/library/constants.html#None" title="(in Python v3.13)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">None</span></code></a></span>) – The URL of the statsd server to use for the bot. If not given, |