We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98f257 commit 91b4726Copy full SHA for 91b4726
1 file changed
src/discord-cluster-manager/cogs/admin_cog.py
@@ -744,7 +744,7 @@ async def update_competition(
744
forum_id = new_lb["forum_id"]
745
try:
746
forum_thread = await self.bot.fetch_channel(forum_id)
747
- if forum_thread:
+ if forum_thread and forum_thread.starter_message:
748
await forum_thread.starter_message.edit(
749
content=self._leaderboard_opening_message(
750
entry["name"], new_lb["deadline"], task.description
0 commit comments