/// <summary> /// Modifies the attributes of this member. /// </summary> /// <exception cref="ArgumentNullException"></exception> /// <exception cref="DiscordHttpApiException"></exception> public Task Modify(ModifyGuildMemberOptions options) { return(http.ModifyGuildMember(GuildId, Id, options)); }