aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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()