Skip to content

Commit 6fde9bd

Browse files
committed
Merge branch 'modmail-api' of https://github.com/verixx/modmail into modmail-api
2 parents 6c7df8b + 935d897 commit 6fde9bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"required": false
2929
},
3030
"MODMAIL_API_TOKEN": {
31-
"description": "Api token from https://dashboard.modmail.tk",
31+
"description": "API token from https://modmail.tk",
3232
"required": true
3333
}
3434
}
35-
}
35+
}

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)