false by default, but

This commit is contained in:
nelle 2024-09-15 23:31:41 -06:00
parent 528ac0273c
commit c0538f889e
2 changed files with 35 additions and 1 deletions

View file

@ -1,5 +1,5 @@
ktor: ktor:
development: true development: false
deployment: deployment:
port: 7879 port: 7879
application: application:

View file

@ -86,6 +86,40 @@ fun getMeow(): String {
":neocat_melt_blep:", ":neocat_melt_blep:",
":neocat_melt_happy:", ":neocat_melt_happy:",
":neocat_melt_reach:", ":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 // choose a random cat emote out of list
val randomCat = neoCat.asSequence().shuffled().find { true } val randomCat = neoCat.asSequence().shuffled().find { true }