MCPcopy Index your code
hub / github.com/codebymitch/TitanBot / getTargetLabel

Function getTargetLabel

src/services/moderationService.js:8–10  ·  view source on GitHub ↗
(target)

Source from the content-addressed store, hash-verified

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

Callers 6

validateHierarchyMethod · 0.85
validateBotHierarchyMethod · 0.85
kickUserMethod · 0.85
timeoutUserMethod · 0.85
removeTimeoutUserMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected