howto @ someone doscprd python code example
Example 1: how to import discord in python
py -3 -m pip install -U discord.py
Example 2: python discord mention user
await message.channel.send(message.author.mention)
py -3 -m pip install -U discord.py
await message.channel.send(message.author.mention)