aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-08-27 20:55:56 +0100
committerGravatar Joe Banks <[email protected]>2020-08-27 20:55:56 +0100
commit09a999baf53741bbc17f387d50edc471d674193b (patch)
tree0acbafbe9319772a02e8d05311881afdc331e315
parentRemove arbitrary code from master (diff)
Linting fixes
-rw-r--r--metricity/bot.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/metricity/bot.py b/metricity/bot.py
index fb40c97..da12a59 100644
--- a/metricity/bot.py
+++ b/metricity/bot.py
@@ -26,6 +26,7 @@ sync_process_complete = asyncio.Event()
channel_sync_in_progress = asyncio.Event()
db_ready = asyncio.Event()
+
async def sync_channels(guild: Guild) -> None:
"""Sync channels and categories with the database."""
channel_sync_in_progress.clear()