MemberConverter

constructor(requiredGuild: suspend () -> Snowflake? = null, useReply: Boolean = true, requireSameGuild: Boolean = true, validator: Validator<Member> = null)

Parameters

requiredGuild

Lambda returning a specific guild to require the member to be in, if needed.

useReply

Whether to use the author of the replied-to message (if there is one) instead of trying to parse an argument.