Skip to content

Commit e3f9f73

Browse files
committed
improve unsnooze notify
1 parent 1654c26 commit e3f9f73

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
@@ -638,7 +638,7 @@ async def _safe_send_to_channel(*, content=None, embeds=None, allowed_mentions=N
638638
ch = self.bot.get_channel(int(notify_channel))
639639
if ch:
640640
await ch.send(
641-
f"Thread for user <@{self.id}> has been unsnoozed and restored.",
641+
f"Thread for user <@{self.id}> has been unsnoozed and restored in {channel.mention}",
642642
allowed_mentions=discord.AllowedMentions.none(),
643643
)
644644
# Show who ran the snooze command and the command used

0 commit comments

Comments
 (0)