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):