mirror of
https://github.com/ericaxu/gemmy.git
synced 2026-07-22 07:30:31 +00:00
Added Idle Quote
Signed-off-by: Rebbecca Bishop <Scholarlysigrun@icloud.com>
This commit is contained in:
parent
5f95980ad8
commit
be22299170
1 changed files with 3 additions and 1 deletions
|
|
@ -67,7 +67,9 @@ export const GRANITE_BASE_QUOTES: Quotes = {
|
|||
|
||||
export const GEMMY_EXCLUSIVE_QUOTES: Quotes = {
|
||||
general: [],
|
||||
idle: [],
|
||||
idle: [
|
||||
`Are you pooping?`,
|
||||
],
|
||||
writingMode: [],
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue