how to get member from author discord.py code example
Example: how to get the author on discord.py
ctx.author #Gets the author of a command
ctx.author.id #Gets the Discord ID of the author of a command
ctx.author #Gets the author of a command
ctx.author.id #Gets the Discord ID of the author of a command