diff options
author | 2020-08-27 20:55:56 +0100 | |
---|---|---|
committer | 2020-08-27 20:55:56 +0100 | |
commit | 09a999baf53741bbc17f387d50edc471d674193b (patch) | |
tree | 0acbafbe9319772a02e8d05311881afdc331e315 | |
parent | Remove arbitrary code from master (diff) |
Linting fixes
-rw-r--r-- | metricity/bot.py | 1 |
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() |