Skip to content

Commit 790c0be

Browse files
fourjrkyb3r
andauthored
Add user id next to mention
Co-Authored-By: kyb3r <[email protected]>
1 parent a7e7ea0 commit 790c0be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cogs/modmail.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ async def unblock(self, ctx, id=None):
380380
await top_chan.edit(topic=topic)
381381

382382
em.title = 'Success'
383-
em.description = f'{mention} is no longer blocked'
383+
em.description = f'{mention} (`{mention.id}`) is no longer blocked'
384384

385385
await ctx.send(embed=em)
386386
else:
@@ -391,4 +391,4 @@ async def unblock(self, ctx, id=None):
391391
await ctx.send(embed=em)
392392

393393
def setup(bot):
394-
bot.add_cog(Modmail(bot))
394+
bot.add_cog(Modmail(bot))

0 commit comments

Comments
 (0)