21 lines
461 B
TypeScript
21 lines
461 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'
|
|
];
|
|
|
|
export const REJECT_REASONS = [
|
|
'Low quality content',
|
|
'Unengaging gameplay',
|
|
'Uninspiring',
|
|
'Lacks depth',
|
|
'Too long/short',
|
|
'Racist/whatever-ist',
|
|
]; |