25 lines
528 B
TypeScript
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)'
|
|
]; |