fetchMemberOrNull

open suspend fun fetchMemberOrNull(guildId: Snowflake): Member?(source)

Retrieve the Member associated with this behaviour from the provided EntitySupplier returns null if the Member isn't present.

Throws

if anything went wrong during the request.