From 9629374738cb3fe8fb94aca37b53190519324b36 Mon Sep 17 00:00:00 2001 From: cordman Date: Sun, 15 Mar 2026 10:27:19 +0100 Subject: [PATCH] ahx tak ne --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 9738d60..847ddef 100644 --- a/main.py +++ b/main.py @@ -61,11 +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):