@client.command() async def dm(ctx, user: discord.User, *, reason = None) await ctx.send(f"I'm messaging {user.mention}!") await user.send({reason})