Skip to content

Commit e53a11d

Browse files
committed
Update thread.py
1 parent 719aa03 commit e53a11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/thread.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2902,7 +2902,7 @@ async def callback(self, interaction: discord.Interaction):
29022902
)
29032903
except Exception:
29042904
synthetic.author = self.outer_thread.bot.user
2905-
# Mark this message as menu-invoked for downstream formatting
2905+
# Mark this message as menu-invoked for downstream formatting.
29062906
setattr(synthetic, "_menu_invoked", True)
29072907
ctx_ = commands.Context(
29082908
prefix=self.outer_thread.bot.prefix,

0 commit comments

Comments
 (0)