discord.py get message author id 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