We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
描述 bug send_group_id填写但不能正确读取 (是不是我填错了
send_group_id
如何复现
nb plugin install
报错截图 (python的报错请截最下面) 这里放截图,可使用任何截图工具截图,然后在这里按下 ** Ctrl + V **
12-31 10:55:58 [ERROR] nonebot_plugin_admin | ValueError:'Config' object has no attribute 'send_group_id' 12-31 10:55:58 [ERROR] nonebot_plugin_admin | 请配置send_group_id
没有上下文,就两行
环境
操作系统
Python 版本
Nonebot2 版本号
在那里下载的本插件
其他内容
config:
# nonebot-plugin-admin # 鉴黄配置: # 腾讯云图片安全api # tenid="xxxxxx" # tenkeys="xxxxxx" # # 是否开启禁言等操作的成功提示【不开启的话踢人/禁言等成功没有QQ消息提示】 # callback_notice=true # 如果不想开启设置成 false 或者不添加此配置项【默认关闭】 # ban_rand_time_min = 5 # 随机禁言最短时间(s) default: 1分钟 # ban_rand_time_max = 60 # 随机禁言最长时间(s) default: 30天: 60*60*24*30 # 早晚安配置: send_group_id = ["611xxx274"] # 必填 群号 send_switch_morning = True # 选填 True/False 默认开启 早上消息推送是否开启 send_switch_night = True # 选填 True/False 默认开启 晚上消息推送是否开启 send_mode = 1 # 选填 默认模式2 模式1发送自定义句子,模式2随机调用一句 send_sentence_morning = ["早上好!","早安各位~"] # 如果是模式1 此项必填,早上随机发送该字段中的一句 send_sentence_night = ["早点睡哦各位~","时间不早了哦~"] # 如果是模式1 此项必填,晚上随机发送该字段中的一句 send_time_moring = "8 0" # 选填 早上发送时间默认为7:00 send_time_night = "23 0" # 选填 晚上发送时间默认为22:00 ...
The text was updated successfully, but these errors were encountered:
注意到admin在apscheduler之前加载,可能与这个有关吗? 应该不是
Sorry, something went wrong.
ok我的问题 .env.prod 开头 . 不知道怎么没了(
No branches or pull requests
描述 bug
send_group_id
填写但不能正确读取(是不是我填错了
如何复现
nb plugin install
方式安装并导入了插件报错截图 (python的报错请截最下面)
这里放截图,可使用任何截图工具截图,然后在这里按下 ** Ctrl + V **
没有上下文,就两行
环境
操作系统
Python 版本
Nonebot2 版本号
在那里下载的本插件
其他内容
config:
The text was updated successfully, but these errors were encountered: