how to get author of the most recent message in a channel through 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