I am currently coding a discord bot in discord.net. The command that I'm having trouble with is one that can display information about a user. If no parameter is given I already have it set up to display info about the current user.
[Command("userinfo")]
public async Task userinfo(IUser user = ???)
How would I pass a user here? I am using discord.net v1.0.2.