Skip to content

Commit 8c5ff58

Browse files
committed
Show Message ID
Updated CHANGELOG.md Closes issue #344
1 parent 244dd94 commit 8c5ff58

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ however, insignificant breaking changes does not guarantee a major version bump,
1212

1313
- Ability to change permission levels of individual commands.
1414
- See `?permissions override` for more information.
15+
- `thread_move_notify` and `thread_move_response` to notify recipients if a thread is moved
16+
- IDs of messages sent to Modmail are now viewable
1517

1618
### Fixed
1719

core/thread.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ async def send(
763763
elif note:
764764
embed.colour = discord.Color.blurple()
765765
else:
766-
embed.set_footer(text=f"Recipient")
766+
embed.set_footer(text=f"Message ID: {message.id}")
767767
embed.colour = self.bot.recipient_color
768768

769769
try:

0 commit comments

Comments
 (0)