#How can i get the date of when a user was banned?
1 messages · Page 1 of 1 (latest)
Im going to try taking it from the audit log
Yeah, audit logs. I was worried I didn't explained good enough
when doing this, the user is the banned user or the mod?? ```ts
ban.guild.fetchAuditLogs({ type: "MEMBER_BAN_ADD", limit: 1, user: ?? })