Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion techsupport_bot/commands/modmail.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,8 @@ async def reply_to_thread(

if not target_member:
await auxiliary.send_deny_embed(
message="Couldn't fetch the user! Are they in the guild?", channel=thread
message="This user isn't in the guild, so the message cannot be sent",
channel=thread,
)
return

Expand Down