Rifat Azad commited on
Commit
5f2a61d
·
1 Parent(s): fbfca6e
Files changed (1) hide show
  1. pydvpl_bot.py +2 -0
pydvpl_bot.py CHANGED
@@ -326,6 +326,8 @@ async def help(ctx):
326
  # Send the embed as an ephemeral message
327
  await ctx.send(embed=embed, ephemeral=True)
328
 
 
 
329
 
330
  # FUNCTION ------------------------------------------------------ SPLIT
331
 
 
326
  # Send the embed as an ephemeral message
327
  await ctx.send(embed=embed, ephemeral=True)
328
 
329
+ await ctx.send(f"The command `help` was executed by - {ctx.author.mention}")
330
+
331
 
332
  # FUNCTION ------------------------------------------------------ SPLIT
333