mirror of
https://github.com/cdryzun/tg_bot_collections.git
synced 2025-11-28 18:56:44 +08:00
@ -366,7 +366,9 @@ if settings.openai_api_key:
|
|||||||
confirm_command, commands=["confirm"], pass_bot=True
|
confirm_command, commands=["confirm"], pass_bot=True
|
||||||
)
|
)
|
||||||
bot.register_message_handler(
|
bot.register_message_handler(
|
||||||
handle_message, func=partial(filter_message, bot=bot, check_chinese=True), pass_bot=True
|
handle_message,
|
||||||
|
func=partial(filter_message, bot=bot, check_chinese=True),
|
||||||
|
pass_bot=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
# 启动提肛提醒定时任务
|
# 启动提肛提醒定时任务
|
||||||
|
|||||||
Reference in New Issue
Block a user