Skip to content

Commit 935d897

Browse files
authored
Update cogs/modmail.py
1 parent 2d524aa commit 935d897

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

391391
await ctx.send(embed=em)

0 commit comments

Comments
 (0)