authMS icon indicating copy to clipboard operation
authMS copied to clipboard

适用于HoshinoBot v2的授权管理系统

Results 8 authMS issues
Sort by recently updated
recently updated
newest added

适配最新版本的hoshino 修改了部分参数: - 现在计划任务可以手动设置小时分钟秒,在配置文件内设置; 修改了部分路径避免误判 - 现在数据库文件位于模块内sqlite文件夹,开启共通时和以前一样不变 增加卡密位数到32位,旧卡密将失效 ~~将部分提示语修改为口臭版本~~

![image](https://user-images.githubusercontent.com/97965580/159284788-787b2a42-138a-42c2-8f4e-ee7c354abfb1.png)

插件安装好以后,运行报错error: name 'CommandSession' is not defined 这是怎么回事呢

全部报错内容为: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/nonebot/command/__init__.py", line 881, in _real_run_command await asyncio.wait_for(future, timeout) File "/usr/local/lib/python3.9/asyncio/tasks.py", line 442, in wait_for return await fut File "/usr/local/lib/python3.9/site-packages/nonebot/command/__init__.py", line 173, in run...

File "C:\Users\Administrator\Desktop\HoshinoBot\hoshino\modules\authMS\card.py", line 80, in async def reg_group_chat(session: CommandSession): NameError: name 'CommandSession' is not defined

已经按照readme认真操作,但是放进go-http之后还是无法运行,请大佬指教该怎么弄才能正常使用 ![image](https://user-images.githubusercontent.com/85171753/120324412-2b1f4380-c319-11eb-9b4d-bc265949b63c.png) ![image](https://user-images.githubusercontent.com/85171753/120324511-4d18c600-c319-11eb-8ded-82aa1b652204.png) ![image](https://user-images.githubusercontent.com/85171753/120324575-5dc93c00-c319-11eb-9d16-83092bcaf032.png)

将群添加进白名单之后再显示全部白名单却没有这个群,在群里说话机器人也没反应