From be22299170d769552f91b5de6bf17d4ae63f442c Mon Sep 17 00:00:00 2001 From: Rebbecca Bishop Date: Fri, 22 Sep 2023 14:28:06 -0500 Subject: [PATCH] Added Idle Quote Signed-off-by: Rebbecca Bishop --- src/quotes/Quotes.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/quotes/Quotes.ts b/src/quotes/Quotes.ts index 24756e4..923b329 100644 --- a/src/quotes/Quotes.ts +++ b/src/quotes/Quotes.ts @@ -67,7 +67,9 @@ export const GRANITE_BASE_QUOTES: Quotes = { export const GEMMY_EXCLUSIVE_QUOTES: Quotes = { general: [], - idle: [], + idle: [ + `Are you pooping?`, + ], writingMode: [], };