Files
twimg-frontend/lib/reasons.ts
Logan Cusano e3d87a36c6 Update reasons
2025-08-02 02:56:27 -04:00

25 lines
528 B
TypeScript

export const APPROVE_REASONS = [
'High quality content',
'Engaging gameplay',
'Good commentary',
'Good production value',
'Clear audio/video',
'Funny',
'Action-packed',
'Great game choice',
'Good for rewatchability',
'Used in existing video',
'Body physics',
'Explosives',
];
export const REJECT_REASONS = [
'Low quality content',
'Unengaging gameplay',
'Uninspiring',
'Lacks depth',
'Too long/short',
'Racist/whatever-ist',
'Broken (Audio/Video)'
];