From ecca4598c9f32068256498f0a3f83df54eb81b4c Mon Sep 17 00:00:00 2001 From: cordman Date: Sun, 15 Mar 2026 10:25:11 +0100 Subject: [PATCH] =?UTF-8?q?asi=20u=C5=BE=20nebude=20odpov=C3=ADdat=20na=20?= =?UTF-8?q?n=C3=A1hodn=C3=A9=20p=C5=99=C3=ADkazy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 764b5b9..9738d60 100644 --- a/main.py +++ b/main.py @@ -61,10 +61,11 @@ PHRASES_BRIMMY = [ "Jeden měsíc mám troon arc a tohle jse stane" # taky dodělži ] +""" def maybe_send(message, phrases): if random.random() < CHANCE: bot.reply_to(message, random.choice(phrases)) - +""" @bot.message_handler(commands=['czchan']) def cmd_czchan(message):