https://tinyurl.com/tscplayground1
If you take a look at the typescript playground above, it shows that
(parameter) member: never
(parameter) action: never
(parameter) role: never
when they should be
(parameter) member: GuildMember & {
user: User;
permissions: Permissions;
}
(parameter) action: "add" | "remove"
(parameter) role: Role
I asked in the typescript discord as well but they couldn't find a solution and I tried to debug it myself and still couldnt find a solution. any help would be very appreciated.