aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_core
diff options
context:
space:
mode:
Diffstat (limited to 'pydis_core')
-rw-r--r--pydis_core/_bot.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pydis_core/_bot.py b/pydis_core/_bot.py
index 6a3d3886..2c876d69 100644
--- a/pydis_core/_bot.py
+++ b/pydis_core/_bot.py
@@ -220,7 +220,6 @@ class BotBase(commands.Bot):
async def log_to_dev_log(self, message: str) -> None:
"""Log the given message to #dev-log."""
- ...
async def wait_until_guild_available(self) -> None:
"""
@@ -279,7 +278,6 @@ class BotBase(commands.Bot):
async def ping_services(self) -> None:
"""Ping all required services on setup to ensure they are up before starting."""
- ...
async def close(self) -> None:
"""Close the Discord connection, and the aiohttp session, connector, statsd client, and resolver."""