60s- icon indicating copy to clipboard operation
60s- copied to clipboard

定时向指定群或列表好友发送每日60s读世界

Results 10 60s- issues
Sort by recently updated
recently updated
newest added

可不可以将应答词改一下,如果两个机器人在一个群的话总是会无限复读发送新闻~

![image](https://user-images.githubusercontent.com/60425129/155325490-864ef4a4-d074-458d-a5b2-267854542e9a.png)

作者您好,我运行您的插件后报错 FutureWarning: aliases are no longer used by BaseSettings to define which environment variables to read. Instead use the "env" field setting. See https://pydantic-docs.helpmanual.io/usage/settings/#environment-variable-names class Time(BaseSettings): 这是要怎么解决啊。(python是3.9.13的)

群聊消息刷的快,到点发的根本找不到

大佬 我这个第一次是正常发送的60s 但是第二天就不发送了 这个是为什么呢

nonebot.logger.info("global_config:{}".format(global_config)) nonebot.logger.info("plugin_config:{}".format(plugin_config)) 这两行其实和nonebot2自身debug的nonebot | Loaded Config 内容重复了,在INFO下也不必看,建议删除

1. 机器人每次加群都要在配置里面增加群号很麻烦,希望增加所有群定时发送免配置开关 2. 增加用户可自己配置定时发送功能

> ...in Config read_qq_friends: List[int] 因不明原因出现了以上问题 ``` NameError: name 'List' is not defined ``` 经查询相关资料,在config.py中导入typing模块解决 ``` from typing import List ``` > 环境:Python 3.10.0

请问可以添加一个给所有群发送的配置或者功能吗?