mirror of
https://gitflic.ru/project/alt-gnome/karkas.git
synced 2024-12-23 16:23:02 +03:00
изменил дефотный конфиг
This commit is contained in:
parent
58281f2580
commit
f6f0f8c02b
@ -232,12 +232,12 @@ task_manager = TaskManager(config)
|
||||
|
||||
|
||||
async def module_init():
|
||||
config.register("welcome::timeout", "int", default_value=45)
|
||||
config.register("welcome::max_attempts", "int", default_value=2)
|
||||
config.register("welcome::timeout", "int", default_value=60)
|
||||
config.register("welcome::max_attempts", "int", default_value=5)
|
||||
config.register(
|
||||
"welcome::retry_message",
|
||||
"string",
|
||||
default_value="Неправильный ответ! У вас еще $attempts",
|
||||
default_value="Неправильный ответ! У вас еще $attempts.",
|
||||
)
|
||||
config.register("welcome::show_success_message", "boolean", default_value=True)
|
||||
config.register(
|
||||
@ -255,14 +255,14 @@ async def module_init():
|
||||
"welcome::tasks::math_buttons::message_text",
|
||||
"int",
|
||||
default_value="Привет, $mention!\n"
|
||||
"Решите простую математическую задачу,"
|
||||
"Ответьте на вопрос, "
|
||||
"чтобы подтвердить, что вы не робот:\n\n<b>$task</b>",
|
||||
)
|
||||
config.register(
|
||||
"welcome::tasks::math_buttons::retry_message_text",
|
||||
"int",
|
||||
default_value="$mention, неправильный ответ! У вас еще $attempts\n"
|
||||
"Решите простую математическую задачу,"
|
||||
"Ответьте на вопрос, "
|
||||
"чтобы подтвердить, что вы не робот:\n\n<b>$task</b>",
|
||||
)
|
||||
config.register("welcome::tasks::math_buttons::timeout", "int", default_value=None)
|
||||
@ -274,14 +274,14 @@ async def module_init():
|
||||
"welcome::tasks::math_poll::message_text",
|
||||
"string",
|
||||
default_value="Привет, $mention!\n"
|
||||
"Решите простую математическую задачу,"
|
||||
"Ответьте на вопрос, "
|
||||
"чтобы подтвердить, что вы не робот:\n\n$task",
|
||||
)
|
||||
config.register(
|
||||
"welcome::tasks::math_poll::retry_message_text",
|
||||
"string",
|
||||
default_value="$mention, неправильный ответ! У вас еще $attempts\n"
|
||||
"Решите простую математическую задачу,"
|
||||
"Ответьте на вопрос, "
|
||||
"чтобы подтвердить, что вы не робот:\n\n$task",
|
||||
)
|
||||
config.register("welcome::tasks::math_poll::timeout", "int", default_value=None)
|
||||
@ -295,14 +295,14 @@ async def module_init():
|
||||
"welcome::tasks::question_buttons::message_text",
|
||||
"string",
|
||||
default_value="Привет, $mention!\n"
|
||||
"Решите простую математическую задачу,"
|
||||
"Ответьте на вопрос, "
|
||||
"чтобы подтвердить, что вы не робот:\n\n<b>$task</b>",
|
||||
)
|
||||
config.register(
|
||||
"welcome::tasks::question_buttons::retry_message_text",
|
||||
"string",
|
||||
default_value="$mention, неправильный ответ! У вас еще $attempts\n"
|
||||
"Решите простую математическую задачу,"
|
||||
default_value="$mention, неправильный ответ! У вас еще $attempts.\n"
|
||||
"Ответьте на вопрос, "
|
||||
"чтобы подтвердить, что вы не робот:\n\n<b>$task</b>",
|
||||
)
|
||||
config.register(
|
||||
@ -318,14 +318,14 @@ async def module_init():
|
||||
"welcome::tasks::question_poll::message_text",
|
||||
"string",
|
||||
default_value="Привет, $mention!\n"
|
||||
"Решите простую математическую задачу,"
|
||||
"Ответьте на вопрос, "
|
||||
"чтобы подтвердить, что вы не робот:\n\n$task",
|
||||
)
|
||||
config.register(
|
||||
"welcome::tasks::question_poll::retry_message_text",
|
||||
"string",
|
||||
default_value="$mention, неправильный ответ! У вас еще $attempts\n"
|
||||
"Решите простую математическую задачу,"
|
||||
default_value="$mention, неправильный ответ! У вас еще $attempts.\n"
|
||||
"Ответьте на вопрос, "
|
||||
"чтобы подтвердить, что вы не робот:\n\n$task",
|
||||
)
|
||||
config.register("welcome::tasks::question_poll::timeout", "int", default_value=None)
|
||||
|
Loading…
Reference in New Issue
Block a user