From c0538f889ecdc6185743ab5e8efcadc49c7c7a92 Mon Sep 17 00:00:00 2001 From: limepotato Date: Sun, 15 Sep 2024 23:31:41 -0600 Subject: [PATCH] false by default, but --- backend/application.yaml | 2 +- .../nelle/nelleObserverBackend/Client.kt | 34 +++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/backend/application.yaml b/backend/application.yaml index fd03cba..dfed643 100644 --- a/backend/application.yaml +++ b/backend/application.yaml @@ -1,5 +1,5 @@ ktor: - development: true + development: false deployment: port: 7879 application: diff --git a/backend/src/main/kotlin/observer/nelle/nelleObserverBackend/Client.kt b/backend/src/main/kotlin/observer/nelle/nelleObserverBackend/Client.kt index 9698ce1..52d536c 100644 --- a/backend/src/main/kotlin/observer/nelle/nelleObserverBackend/Client.kt +++ b/backend/src/main/kotlin/observer/nelle/nelleObserverBackend/Client.kt @@ -86,6 +86,40 @@ fun getMeow(): String { ":neocat_melt_blep:", ":neocat_melt_happy:", ":neocat_melt_reach:", + ":cat_is_blob:", + ":cat_is_blob_and_ace:", + ":cat_is_blob_and_sad:", + ":cat_is_blob_and_enby:", + ":cat_is_blob_and_melt:", + ":cat_is_blob_and_angry:", + ":cat_is_blob_and_pride:", + ":cat_is_blob_and_trans:", + ":cat_is_blob_and_polyam:", + ":cat_is_blob_and_has_gun:", + ":cat_is_blob_and_has_mug:", + ":cat_is_blob_and_has_tnt:", + ":cat_is_blob_and_has_brick:", + ":cat_is_blob_and_has_knife:", + ":cat_is_blob_and_has_stick:", + ":cat_is_blob_and_demigirl:", + ":cat_explode:", + ":catroll:", + ":cat_play:", + ":cat_smug:", + ":cat_tired:", + ":kittybluntsmoke:", + ":neocat_blunt:", + ":menhera_neko:", + ":nekohera_wink:", + ":neko_nod:", + ":nkobounce_black:", + ":nkobounce_pink:", + ":nkobounce_blue:", + ":nkobounce_green:", + ":nkobounce_green:", + ":nkobounce_white:", + ":nkobounce_orange:", + ":nkobounce_purple:", ) // choose a random cat emote out of list val randomCat = neoCat.asSequence().shuffled().find { true }