aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-11-27 17:42:11 +0000
committerGravatar Chris Lovering <[email protected]>2023-11-27 17:46:03 +0000
commit941a43c4f32aead35ee0504f2325aa654a92d7c9 (patch)
tree57dbf5fb3cb93a96720363c28b9cb736a274aee5
parentBump postgres to 16 in dev bot (diff)
Lint repo to latest ruff rules
-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."""