mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-17 15:22:10 +00:00
as
This commit is contained in:
@@ -669,7 +669,7 @@ async def get_random_cyclic_message():
|
|||||||
return cyclic_words[messnum][0]
|
return cyclic_words[messnum][0]
|
||||||
ai_check2 = random.randint(0,10)
|
ai_check2 = random.randint(0,10)
|
||||||
global MESSAGE_TABLE
|
global MESSAGE_TABLE
|
||||||
if ai_check2 > 4:
|
if ai_check2 > 10:
|
||||||
logger.info("Dykteryjka")
|
logger.info("Dykteryjka")
|
||||||
result, MESSAGE_TABLE = await handle_response(
|
result, MESSAGE_TABLE = await handle_response(
|
||||||
"Opowiedz jakąś historię o naszym barze proszę", True, True, MESSAGE_TABLE, "Polish Hammer", "RANDOM"
|
"Opowiedz jakąś historię o naszym barze proszę", True, True, MESSAGE_TABLE, "Polish Hammer", "RANDOM"
|
||||||
|
|||||||
Reference in New Issue
Block a user