From ad4b0edb2bd8e7f7d7302ea534da45424e2e74ca Mon Sep 17 00:00:00 2001 From: Josh Davies Date: Wed, 7 Feb 2024 20:55:05 +0000 Subject: [PATCH] :speech_balloon: More prompts --- src/constants/prompts.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/constants/prompts.ts b/src/constants/prompts.ts index 84c918a..af3ff95 100644 --- a/src/constants/prompts.ts +++ b/src/constants/prompts.ts @@ -98,6 +98,8 @@ export const PROMPTS_LIST = [ 'Row of people doing uni work', 'Not enough chairs', 'Tej starts talking to someone from another uni he just happens to know', + 'Mark is a proud dad', + 'Tamyla dances with a new partner', ] export const PROMPTS = (): string[] => shuffle(PROMPTS_LIST).slice(0, 25)