Skip to content

Commit 10f1bcc

Browse files
authored
Update modmail.py
fix typo { #3067 } { https://usagi.xn--6frz82g/6DEshJ }
1 parent 05cde28 commit 10f1bcc

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)