po-lan

Results 5 issues of po-lan

Modify the return value of the save function from void to string #627

In your example, we can conclude that its return value should be a string or other actual value that can be obtained `console.log(client.session.save());` But it is displayed as Void in...

对于无管理的Bot来说正常情况下是无法获取群员列表的最后发送时间的 但是通过本地数据库对发言时间进行记录实现了获取时间的功能 经挂机一天测试、功能正常,数据库不到100KB(有一个千入群,其他群人少)

解决了如果机器人不是管理员的情况下无法获取到发言时间的问题(加群时间还没做)

### 请确保您已阅读以上注意事项,并勾选下方的确认框。 - [X] 我已经仔细阅读上述内容 - [X] 我已经使用 [最新构建](https://github.com/LagrangeDev/Lagrange.Core/actions/) 测试过,问题依旧存在。 - [X] 我已经在 [Issue Tracker](https://github.com/LagrangeDev/Lagrange.Core/issues) 中找过我要提出的问题,没有找到相同问题的ISSUE。 - [X] 我已知晓并同意,此处仅用于汇报程序中存在的问题。若这个 Issue 是关于其他非程序本身问题,则我的 Issue 可能会被无条件自动关闭或/并锁定。(其它疑问请考虑加入TG群询问或在discussions中提问) ### Lagrange项目 OneBot ### 所使用/依赖的Lagrange项目对应的commit https://github.com/LagrangeDev/Lagrange.Core/commit/4d1fdf44ff100deb03208a6896f20ca7cfed4582 ###...

bug