(target)
| 6 | import { logModerationAction } from '../utils/moderation.js'; |
| 7 | |
| 8 | function getTargetLabel(target) { |
| 9 | return target.user?.tag ?? target.displayName ?? 'this user'; |
| 10 | } |
| 11 | |
| 12 | function getHighestRole(member) { |
| 13 | return member?.roles?.highest ?? null; |
no outgoing calls
no test coverage detected