Skip to content

Commit 4790a77

Browse files
authored
Merge pull request #2785 from markd69/patch-1
Changed Typo on !unsubscribe (tag)
2 parents 3dc95b4 + f8931cc commit 4790a77

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
@@ -502,7 +502,7 @@ async def subscribe(
502502
if mention in mentions:
503503
embed = discord.Embed(
504504
color=self.bot.error_color,
505-
description=f"{mention} is already subscribed to this thread.",
505+
description=f"{mention} is not subscribed to this thread.",
506506
)
507507
else:
508508
mentions.append(mention)

0 commit comments

Comments
 (0)