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() {