Skip to content

Commit d726b78

Browse files
authored
Merge pull request #3070 from lorenzo132/patch-4
Update modmail.py
2 parents 05cde28 + 10f1bcc commit d726b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/modmail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ async def subscribe(
537537
if mention in mentions:
538538
embed = discord.Embed(
539539
color=self.bot.error_color,
540-
description=f"{mention} is not subscribed to this thread.",
540+
description=f"{mention} is already subscribed to this thread.",
541541
)
542542
else:
543543
mentions.append(mention)

0 commit comments

Comments
 (0)