ahx tak ne
This commit is contained in:
4
main.py
4
main.py
@@ -61,11 +61,11 @@ PHRASES_BRIMMY = [
|
|||||||
"Jeden měsíc mám troon arc a tohle jse stane" # taky dodělži
|
"Jeden měsíc mám troon arc a tohle jse stane" # taky dodělži
|
||||||
]
|
]
|
||||||
|
|
||||||
"""
|
|
||||||
def maybe_send(message, phrases):
|
def maybe_send(message, phrases):
|
||||||
if random.random() < CHANCE:
|
if random.random() < CHANCE:
|
||||||
bot.reply_to(message, random.choice(phrases))
|
bot.reply_to(message, random.choice(phrases))
|
||||||
"""
|
|
||||||
|
|
||||||
@bot.message_handler(commands=['czchan'])
|
@bot.message_handler(commands=['czchan'])
|
||||||
def cmd_czchan(message):
|
def cmd_czchan(message):
|
||||||
|
|||||||
Reference in New Issue
Block a user