aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--metricity/bot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/metricity/bot.py b/metricity/bot.py
index 42924b1..ea5973e 100644
--- a/metricity/bot.py
+++ b/metricity/bot.py
@@ -181,7 +181,7 @@ async def on_guild_channel_update(_before: Messageable, channel: Messageable) ->
@bot.event
-async def on_thread_update(thread: Messageable) -> None:
+async def on_thread_update(_before: Messageable, thread: Messageable) -> None:
"""Sync the channels when one is updated."""
await db_ready.wait()