new quote
This commit is contained in:
parent
b9768370ed
commit
c312817fd6
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,8 @@ const quotes: string[] = [
|
||||||
"all bite, no bark",
|
"all bite, no bark",
|
||||||
"halloween is just a week away",
|
"halloween is just a week away",
|
||||||
"WOOF WOO- i mean meow meow =^w^=",
|
"WOOF WOO- i mean meow meow =^w^=",
|
||||||
"let's go gambling!"
|
"let's go gambling!",
|
||||||
|
"generated with CabbitGBT"
|
||||||
]
|
]
|
||||||
|
|
||||||
export default function randomQuote() {
|
export default function randomQuote() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue