From af0c630bc93edf0f6e0ef0a84dccac3f24518c92 Mon Sep 17 00:00:00 2001 From: chanomkaimuk <22185824+chanomkaimuk@users.noreply.github.com> Date: Sat, 17 Aug 2024 19:10:47 +0200 Subject: [PATCH 1/4] add Estonian meows --- resources/reacts/meow.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/resources/reacts/meow.json b/resources/reacts/meow.json index 4b03b28..ba4dabd 100644 --- a/resources/reacts/meow.json +++ b/resources/reacts/meow.json @@ -1,4 +1,3 @@ - { "criteria": [ { @@ -55,8 +54,8 @@ }, { "keywords": [ - "mjäu", - "mjau", + "m(?:rr)?j(?:ä|a)u", + "kurrnj(?:ä|a)u", "ņau", "miau" ], From 8e6c8dc2d691874d49c58b1cacb3f57092a44c3e Mon Sep 17 00:00:00 2001 From: chanomkaimuk <22185824+chanomkaimuk@users.noreply.github.com> Date: Sat, 17 Aug 2024 19:14:36 +0200 Subject: [PATCH 2/4] add meow to possible any_meow reacts --- resources/reacts/meow.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/reacts/meow.json b/resources/reacts/meow.json index ba4dabd..29dcfc2 100644 --- a/resources/reacts/meow.json +++ b/resources/reacts/meow.json @@ -154,6 +154,9 @@ "<:KitKat:1261502778673725482>", "<:Capoo:1139357657698938991>", "", + "<:meow_b:1249076752798449817>", + "<:meow_o:1179052271175204894>", + "<:meow_g:1179047382193807370>", "喵", "貓", "瞄", From 1bc187f2ca1065ff371df4fcc4855bc2adde9a35 Mon Sep 17 00:00:00 2001 From: chanomkaimuk <22185824+chanomkaimuk@users.noreply.github.com> Date: Sat, 17 Aug 2024 19:14:54 +0200 Subject: [PATCH 3/4] add meow to possible bot response --- mentioned/mention_responses.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mentioned/mention_responses.py b/mentioned/mention_responses.py index 34d7865..4c4536f 100644 --- a/mentioned/mention_responses.py +++ b/mentioned/mention_responses.py @@ -13,6 +13,10 @@ "<:101_Top:1132608896222113951>\n<:101_Floor:1132608196515725332>": 1, "<:PineappleCake:1156373382565212323>": 1, "<:twslipper:1156375845330485298>": 1, + "<:tw_amogus:1133361653908516885>": 1, + "<:meow_b:1249076752798449817>": 1, + "<:meow_o:1179052271175204894>": 1, + "<:meow_g:1179047382193807370>": 1, "喵": 1, "🧋": 1, # from Baltics server From 943a59ee8040afe2c0dcb3093e4a43323a4171c8 Mon Sep 17 00:00:00 2001 From: chanomkaimuk <22185824+chanomkaimuk@users.noreply.github.com> Date: Sat, 17 Aug 2024 19:20:42 +0200 Subject: [PATCH 4/4] added meow in Ukrainian --- resources/reacts/meow.json | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/resources/reacts/meow.json b/resources/reacts/meow.json index 29dcfc2..f31d604 100644 --- a/resources/reacts/meow.json +++ b/resources/reacts/meow.json @@ -62,6 +62,14 @@ "match_whole_word": true, "criteria_link": "baltic_meows" }, + { + "keywords": [ + "няв", + "мяв" + ], + "match_whole_word": true, + "criteria_link": "ua_meows" + }, { "keywords": [ "mňau" @@ -97,7 +105,7 @@ ], "possible_reactions": [ { - "condition": "meow or traditional_cat or cat or zh_meows or jp_cat or jp_meows or baltic_meows or czech_meows or misc_meows", + "condition": "meow or traditional_cat or cat or zh_meows or jp_cat or jp_meows or baltic_meows or ua_meows or czech_meows or misc_meows", "chance": 0.25, "content": [ "", @@ -110,7 +118,7 @@ ] }, { - "condition": "from_meow_channel and not (meow or traditional_cat or cat or zh_meows or jp_cat or jp_meows or baltic_meows or czech_meows or misc_meows)", + "condition": "from_meow_channel and not (meow or traditional_cat or cat or zh_meows or jp_cat or jp_meows or baltic_meows or ua_meows or czech_meows or misc_meows)", "chance": 0.5, "content": [ "<:ChisobCat:1157361078452375582>", @@ -127,18 +135,18 @@ "mention_author": "true" }, { - "condition": "meow or traditional_cat or cat or zh_meows or jp_cat or jp_meows or baltic_meows or czech_meows or misc_meows", + "condition": "meow or traditional_cat or cat or zh_meows or jp_cat or jp_meows or baltic_meows or ua_meows or czech_meows or misc_meows", "chance": 0.169, "content": "喵", "random_multiplier": 5 }, { - "condition": "from_meow_channel and not (meow or traditional_cat or cat or zh_meows or jp_cat or jp_meows or baltic_meows or czech_meows or misc_meows)", + "condition": "from_meow_channel and not (meow or traditional_cat or cat or zh_meows or jp_cat or jp_meows or baltic_meows or ua_meows or czech_meows or misc_meows)", "chance": 0.1, "content": "<:dogekek:1132350110148333718>" }, { - "condition": "from_meow_channel and not (meow or traditional_cat or cat or zh_meows or jp_cat or jp_meows or baltic_meows or czech_meows or misc_meows)", + "condition": "from_meow_channel and not (meow or traditional_cat or cat or zh_meows or jp_cat or jp_meows or baltic_meows or ua_meows or czech_meows or misc_meows)", "chance": 0.1, "content": "<:CapooDepressed:1198305961203486900>" },