summaryrefslogtreecommitdiffstats
path: root/genindex.html
diff options
context:
space:
mode:
Diffstat (limited to 'genindex.html')
-rw-r--r--genindex.html102
1 files changed, 76 insertions, 26 deletions
diff --git a/genindex.html b/genindex.html
index 6bf50724..8d823a06 100644
--- a/genindex.html
+++ b/genindex.html
@@ -161,13 +161,13 @@
<li class="toctree-l2 has-children"><a class="reference internal" href="output/botcore.utils.html">Utils</a><input class="toctree-checkbox" id="toctree-checkbox-2" name="toctree-checkbox-2" role="switch" type="checkbox"/><label for="toctree-checkbox-2"><div class="visually-hidden">Toggle child pages in navigation</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l3"><a class="reference internal" href="output/botcore.utils.caching.html">caching</a></li>
<li class="toctree-l3"><a class="reference internal" href="output/botcore.utils.channel.html">channel</a></li>
-<li class="toctree-l3"><a class="reference internal" href="output/botcore.utils.extensions.html">extensions</a></li>
<li class="toctree-l3"><a class="reference internal" href="output/botcore.utils.logging.html">logging</a></li>
<li class="toctree-l3"><a class="reference internal" href="output/botcore.utils.members.html">members</a></li>
<li class="toctree-l3"><a class="reference internal" href="output/botcore.utils.regex.html">regex</a></li>
<li class="toctree-l3"><a class="reference internal" href="output/botcore.utils.scheduling.html">scheduling</a></li>
</ul>
</li>
+<li class="toctree-l2"><a class="reference internal" href="output/botcore.async_stats.html">async_stats</a></li>
<li class="toctree-l2"><a class="reference internal" href="output/botcore.site_api.html">site_api</a></li>
</ul>
</li>
@@ -210,7 +210,7 @@
<section class="genindex-section">
<h1 id="index">Index</h1>
- <div class="genindex-jumpbox"><a href="#_"><strong>_</strong></a> | <a href="#A"><strong>A</strong></a> | <a href="#B"><strong>B</strong></a> | <a href="#C"><strong>C</strong></a> | <a href="#D"><strong>D</strong></a> | <a href="#F"><strong>F</strong></a> | <a href="#G"><strong>G</strong></a> | <a href="#H"><strong>H</strong></a> | <a href="#I"><strong>I</strong></a> | <a href="#M"><strong>M</strong></a> | <a href="#P"><strong>P</strong></a> | <a href="#R"><strong>R</strong></a> | <a href="#S"><strong>S</strong></a> | <a href="#T"><strong>T</strong></a> | <a href="#U"><strong>U</strong></a> | <a href="#W"><strong>W</strong></a></div>
+ <div class="genindex-jumpbox"><a href="#_"><strong>_</strong></a> | <a href="#A"><strong>A</strong></a> | <a href="#B"><strong>B</strong></a> | <a href="#C"><strong>C</strong></a> | <a href="#D"><strong>D</strong></a> | <a href="#F"><strong>F</strong></a> | <a href="#G"><strong>G</strong></a> | <a href="#H"><strong>H</strong></a> | <a href="#I"><strong>I</strong></a> | <a href="#L"><strong>L</strong></a> | <a href="#M"><strong>M</strong></a> | <a href="#O"><strong>O</strong></a> | <a href="#P"><strong>P</strong></a> | <a href="#R"><strong>R</strong></a> | <a href="#S"><strong>S</strong></a> | <a href="#T"><strong>T</strong></a> | <a href="#W"><strong>W</strong></a></div>
</section>
<section id="_" class="genindex-section">
<h2>_</h2>
@@ -225,10 +225,16 @@
<ul>
<li><a href="output/botcore.utils.caching.html#botcore.utils.caching.AsyncCache.__init__">(AsyncCache method)</a>
</li>
+ <li><a href="output/botcore.async_stats.html#botcore.async_stats.AsyncStatsClient.__init__">(AsyncStatsClient method)</a>
+</li>
+ <li><a href="output/botcore.html#botcore.BotBase.__init__">(BotBase method)</a>
+</li>
<li><a href="output/botcore.site_api.html#botcore.site_api.ResponseCodeError.__init__">(ResponseCodeError method)</a>
</li>
<li><a href="output/botcore.utils.scheduling.html#botcore.utils.scheduling.Scheduler.__init__">(Scheduler method)</a>
</li>
+ <li><a href="output/botcore.html#botcore.StartupError.__init__">(StartupError method)</a>
+</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
@@ -242,6 +248,10 @@
<h2>A</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
+ <li><a href="output/botcore.html#botcore.BotBase.add_cog">add_cog() (BotBase method)</a>
+</li>
+ <li><a href="output/botcore.html#botcore.BotBase.add_command">add_command() (BotBase method)</a>
+</li>
<li><a href="output/botcore.site_api.html#botcore.site_api.APIClient">APIClient (class in botcore.site_api)</a>
</li>
</ul></td>
@@ -250,6 +260,8 @@
</li>
<li><a href="output/botcore.utils.caching.html#botcore.utils.caching.AsyncCache">AsyncCache (class in botcore.utils.caching)</a>
</li>
+ <li><a href="output/botcore.async_stats.html#botcore.async_stats.AsyncStatsClient">AsyncStatsClient (class in botcore.async_stats)</a>
+</li>
</ul></td>
</tr></table>
</section>
@@ -258,6 +270,8 @@
<h2>B</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
+ <li><a href="output/botcore.html#botcore.BotBase">BotBase (class in botcore)</a>
+</li>
<li>
botcore
@@ -266,6 +280,13 @@
</li>
</ul></li>
<li>
+ botcore.async_stats
+
+ <ul>
+ <li><a href="output/botcore.async_stats.html#module-botcore.async_stats">module</a>
+</li>
+ </ul></li>
+ <li>
botcore.exts
<ul>
@@ -286,6 +307,8 @@
<li><a href="output/botcore.utils.html#module-botcore.utils">module</a>
</li>
</ul></li>
+ </ul></td>
+ <td style="width: 33%; vertical-align: top;"><ul>
<li>
botcore.utils.caching
@@ -300,15 +323,6 @@
<li><a href="output/botcore.utils.channel.html#module-botcore.utils.channel">module</a>
</li>
</ul></li>
- </ul></td>
- <td style="width: 33%; vertical-align: top;"><ul>
- <li>
- botcore.utils.extensions
-
- <ul>
- <li><a href="output/botcore.utils.extensions.html#module-botcore.utils.extensions">module</a>
-</li>
- </ul></li>
<li>
botcore.utils.logging
@@ -350,10 +364,20 @@
<li><a href="output/botcore.utils.scheduling.html#botcore.utils.scheduling.Scheduler.cancel_all">cancel_all() (Scheduler method)</a>
</li>
<li><a href="output/botcore.utils.caching.html#botcore.utils.caching.AsyncCache.clear">clear() (AsyncCache method)</a>
+
+ <ul>
+ <li><a href="output/botcore.html#botcore.BotBase.clear">(BotBase method)</a>
</li>
+ </ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="output/botcore.site_api.html#botcore.site_api.APIClient.close">close() (APIClient method)</a>
+
+ <ul>
+ <li><a href="output/botcore.html#botcore.BotBase.close">(BotBase method)</a>
+</li>
+ </ul></li>
+ <li><a href="output/botcore.async_stats.html#botcore.async_stats.AsyncStatsClient.create_socket">create_socket() (AsyncStatsClient method)</a>
</li>
<li><a href="output/botcore.utils.scheduling.html#botcore.utils.scheduling.create_task">create_task() (in module botcore.utils.scheduling)</a>
</li>
@@ -425,6 +449,20 @@
</tr></table>
</section>
+<section id="L" class="genindex-section">
+ <h2>L</h2>
+ <table style="width: 100%" class="indextable genindextable"><tr>
+ <td style="width: 33%; vertical-align: top;"><ul>
+ <li><a href="output/botcore.html#botcore.BotBase.load_extensions">load_extensions() (BotBase method)</a>
+</li>
+ </ul></td>
+ <td style="width: 33%; vertical-align: top;"><ul>
+ <li><a href="output/botcore.html#botcore.BotBase.log_to_dev_log">log_to_dev_log() (BotBase method)</a>
+</li>
+ </ul></td>
+ </tr></table>
+</section>
+
<section id="M" class="genindex-section">
<h2>M</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
@@ -437,6 +475,8 @@
<ul>
<li><a href="output/botcore.html#module-botcore">botcore</a>
</li>
+ <li><a href="output/botcore.async_stats.html#module-botcore.async_stats">botcore.async_stats</a>
+</li>
<li><a href="output/botcore.exts.html#module-botcore.exts">botcore.exts</a>
</li>
<li><a href="output/botcore.site_api.html#module-botcore.site_api">botcore.site_api</a>
@@ -447,8 +487,6 @@
</li>
<li><a href="output/botcore.utils.channel.html#module-botcore.utils.channel">botcore.utils.channel</a>
</li>
- <li><a href="output/botcore.utils.extensions.html#module-botcore.utils.extensions">botcore.utils.extensions</a>
-</li>
<li><a href="output/botcore.utils.logging.html#module-botcore.utils.logging">botcore.utils.logging</a>
</li>
<li><a href="output/botcore.utils.members.html#module-botcore.utils.members">botcore.utils.members</a>
@@ -462,12 +500,28 @@
</tr></table>
</section>
+<section id="O" class="genindex-section">
+ <h2>O</h2>
+ <table style="width: 100%" class="indextable genindextable"><tr>
+ <td style="width: 33%; vertical-align: top;"><ul>
+ <li><a href="output/botcore.html#botcore.BotBase.on_guild_available">on_guild_available() (BotBase method)</a>
+</li>
+ </ul></td>
+ <td style="width: 33%; vertical-align: top;"><ul>
+ <li><a href="output/botcore.html#botcore.BotBase.on_guild_unavailable">on_guild_unavailable() (BotBase method)</a>
+</li>
+ </ul></td>
+ </tr></table>
+</section>
+
<section id="P" class="genindex-section">
<h2>P</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="output/botcore.site_api.html#botcore.site_api.APIClient.patch">patch() (APIClient method)</a>
</li>
+ <li><a href="output/botcore.html#botcore.BotBase.ping_services">ping_services() (BotBase method)</a>
+</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="output/botcore.site_api.html#botcore.site_api.APIClient.post">post() (APIClient method)</a>
@@ -484,6 +538,8 @@
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="output/botcore.utils.regex.html#botcore.utils.regex.RAW_CODE_REGEX">RAW_CODE_REGEX (in module botcore.utils.regex)</a>
</li>
+ <li><a href="output/botcore.html#botcore.BotBase.remove_command">remove_command() (BotBase method)</a>
+</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="output/botcore.site_api.html#botcore.site_api.APIClient.request">request() (APIClient method)</a>
@@ -502,12 +558,16 @@
</li>
<li><a href="output/botcore.utils.scheduling.html#botcore.utils.scheduling.Scheduler.schedule_at">schedule_at() (Scheduler method)</a>
</li>
- </ul></td>
- <td style="width: 33%; vertical-align: top;"><ul>
<li><a href="output/botcore.utils.scheduling.html#botcore.utils.scheduling.Scheduler.schedule_later">schedule_later() (Scheduler method)</a>
</li>
+ </ul></td>
+ <td style="width: 33%; vertical-align: top;"><ul>
<li><a href="output/botcore.utils.scheduling.html#botcore.utils.scheduling.Scheduler">Scheduler (class in botcore.utils.scheduling)</a>
</li>
+ <li><a href="output/botcore.html#botcore.BotBase.setup_hook">setup_hook() (BotBase method)</a>
+</li>
+ <li><a href="output/botcore.html#botcore.StartupError">StartupError</a>
+</li>
</ul></td>
</tr></table>
</section>
@@ -522,21 +582,11 @@
</tr></table>
</section>
-<section id="U" class="genindex-section">
- <h2>U</h2>
- <table style="width: 100%" class="indextable genindextable"><tr>
- <td style="width: 33%; vertical-align: top;"><ul>
- <li><a href="output/botcore.utils.extensions.html#botcore.utils.extensions.unqualify">unqualify() (in module botcore.utils.extensions)</a>
-</li>
- </ul></td>
- </tr></table>
-</section>
-
<section id="W" class="genindex-section">
<h2>W</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
- <li><a href="output/botcore.utils.extensions.html#botcore.utils.extensions.walk_extensions">walk_extensions() (in module botcore.utils.extensions)</a>
+ <li><a href="output/botcore.html#botcore.BotBase.wait_until_guild_available">wait_until_guild_available() (BotBase method)</a>
</li>
</ul></td>
</tr></table>