We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719aa03 commit e53a11dCopy full SHA for e53a11d
core/thread.py
@@ -2902,7 +2902,7 @@ async def callback(self, interaction: discord.Interaction):
2902
)
2903
except Exception:
2904
synthetic.author = self.outer_thread.bot.user
2905
- # Mark this message as menu-invoked for downstream formatting
+ # Mark this message as menu-invoked for downstream formatting.
2906
setattr(synthetic, "_menu_invoked", True)
2907
ctx_ = commands.Context(
2908
prefix=self.outer_thread.bot.prefix,
0 commit comments