From c312817fd63809717b1dcf36af570f4174c67dcd Mon Sep 17 00:00:00 2001 From: genki_angel Date: Sat, 21 Feb 2026 20:37:23 +0000 Subject: [PATCH] new quote --- src/lib/functions/randomquote.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/functions/randomquote.ts b/src/lib/functions/randomquote.ts index d9884b2..78d2b05 100644 --- a/src/lib/functions/randomquote.ts +++ b/src/lib/functions/randomquote.ts @@ -11,7 +11,8 @@ const quotes: string[] = [ "all bite, no bark", "halloween is just a week away", "WOOF WOO- i mean meow meow =^w^=", - "let's go gambling!" + "let's go gambling!", + "generated with CabbitGBT" ] export default function randomQuote() {