Hello!
Version: 14.3.0
I'm trying testing fetchAuditLogs and the value of property key in type 25 (MemberRoleUpdate) it returns $add and $remove (with $ symbol) is it normal instead of add and remove values?
Code:
newMember.guild.fetchAuditLogs({
limit: 1,
type: 25,
})
.then( (audit) => {
const register = audit.entries.first()
console.log(register.changes)
})
Output: Image
Audit Log: Audit Logs - Audit Log Change Object