From 95e39e89c0d4c904658d72650d1c700a20562207 Mon Sep 17 00:00:00 2001 From: Elisiei Yehorov Date: Mon, 20 Apr 2026 16:46:35 +0200 Subject: [PATCH] feat: more sentences --- reactions.cr | 1 + responses.cr | 13 ++++++------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/reactions.cr b/reactions.cr index 3609cf7..d11cdcd 100644 --- a/reactions.cr +++ b/reactions.cr @@ -3,6 +3,7 @@ module Reactions "void" => ["👀"], "cursed" => ["😳"], "based" => ["🗿"], + "niche" => ["👀", "🗣️"] } def self.check_message(content : String) : Array(String) diff --git a/responses.cr b/responses.cr index d4dc950..8a4a485 100644 --- a/responses.cr +++ b/responses.cr @@ -1,17 +1,16 @@ module Responses PRESETS = { - "wachin" => ["wachin vos", "k onda wachinovich", "qn te juna a vos wachin"], + "wachin" => ["wachin vos", "k onda wachinovich", "qn te juna a vos wachin", "te vamos a follar villero del orto"], "mamita" => ["\"mamita\" Villacoño :round_pushpin:"], - "niche" => ["very niche indeed :eyes:"], + "niche" => ["very niche indeed :eyes:", "nichoide"], "parezco musulmana" => ["TIA K DICES :woman_facepalming:"], "eh?" => ["jajaja"], - "jaja" => ["se jijea el jijonoide", "se jijeaba", "el jijonazo"], - "rust" => ["ruzzzzzzzt"], - "we" => ["we? eres mexa? :face_vomiting:", "we dice el pelotudo", "#freemencho"], + "jaja" => ["q te reís dobolu jajaja", "se jijeaba de la nada el pelotuDO", "sisi k risa pero un laburito no pinta?"], + "rust" => [":eyes:"], "tranki" => ["piola sin berretin"], "67" => ["<:67:1478470308678865066>"], - "smokedope" => ["WE LOVE SMOKEDOPE"], - "pinto" => ["y si, pintó"] + "pinto" => ["y si, pintó", "pintó wacho atr"], + "deadlock" => ["che garpa un deadlock??? :eyes:", "unos deadlock xhikos?", "pintó un deadlock"] } PROBABILITY = 0.55