From e3d87a36c6a70e5c7208d1f96075d509401d485e Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sat, 2 Aug 2025 02:56:27 -0400 Subject: [PATCH] Update reasons --- lib/reasons.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/reasons.ts b/lib/reasons.ts index 1a24752..8c03676 100644 --- a/lib/reasons.ts +++ b/lib/reasons.ts @@ -8,7 +8,10 @@ export const APPROVE_REASONS = [ 'Action-packed', 'Great game choice', 'Good for rewatchability', - 'Used in existing video' + 'Used in existing video', + 'Body physics', + 'Explosives', + ]; export const REJECT_REASONS = [ @@ -18,4 +21,5 @@ export const REJECT_REASONS = [ 'Lacks depth', 'Too long/short', 'Racist/whatever-ist', + 'Broken (Audio/Video)' ]; \ No newline at end of file