I've been using discord.py for some time.I got stuck with this problem.I couldn't understand member:discord.Member statement.How does that help us in that module or in general?If I want to run this funct,which type of argument I should pass for member: discord.Member ?
async def mute(self,ctx, member: discord.Member, *, reason=None):
Ps:discord is a name of the module and Member is a class in this module