feat: more sentences

This commit is contained in:
Elisiei Yehorov 2026-04-20 16:46:35 +02:00
parent 19d27af000
commit 95e39e89c0
Signed by: elisiei
GPG key ID: BA1D158DCE3DF089
2 changed files with 7 additions and 7 deletions

View file

@ -3,6 +3,7 @@ module Reactions
"void" => ["👀"], "void" => ["👀"],
"cursed" => ["😳"], "cursed" => ["😳"],
"based" => ["🗿"], "based" => ["🗿"],
"niche" => ["👀", "🗣️"]
} }
def self.check_message(content : String) : Array(String) def self.check_message(content : String) : Array(String)

View file

@ -1,17 +1,16 @@
module Responses module Responses
PRESETS = { 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:"], "mamita" => ["\"mamita\" Villacoño :round_pushpin:"],
"niche" => ["very niche indeed :eyes:"], "niche" => ["very niche indeed :eyes:", "nichoide"],
"parezco musulmana" => ["TIA K DICES :woman_facepalming:"], "parezco musulmana" => ["TIA K DICES :woman_facepalming:"],
"eh?" => ["jajaja"], "eh?" => ["jajaja"],
"jaja" => ["se jijea el jijonoide", "se jijeaba", "el jijonazo"], "jaja" => ["q te reís dobolu jajaja", "se jijeaba de la nada el pelotuDO", "sisi k risa pero un laburito no pinta?"],
"rust" => ["ruzzzzzzzt"], "rust" => [":eyes:"],
"we" => ["we? eres mexa? :face_vomiting:", "we dice el pelotudo", "#freemencho"],
"tranki" => ["piola sin berretin"], "tranki" => ["piola sin berretin"],
"67" => ["<:67:1478470308678865066>"], "67" => ["<:67:1478470308678865066>"],
"smokedope" => ["WE LOVE SMOKEDOPE"], "pinto" => ["y si, pintó", "pintó wacho atr"],
"pinto" => ["y si, pintó"] "deadlock" => ["che garpa un deadlock??? :eyes:", "unos deadlock xhikos?", "pintó un deadlock"]
} }
PROBABILITY = 0.55 PROBABILITY = 0.55