Skip to content

Commit 9a93600

Browse files
committed
Update modmail.py
1 parent 23f1c4e commit 9a93600

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
@@ -386,7 +386,7 @@ async def unblock(self, ctx, id=None):
386386
await ctx.send(embed=em)
387387
else:
388388
em.title = 'Error'
389-
em.description = f'{mention} is not already blocked'
389+
em.description = f'{mention} is not blocked'
390390
em.color = discord.Color.red()
391391

392392
await ctx.send(embed=em)

0 commit comments

Comments
 (0)