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
Describe the bug
在onebot平台上使用bind指令后到telegram平台发送token后报错
To Reproduce
使用koishi-plugin-mysql、koishi-plugin-common以及参数autoAuthorize: 1
koishi-plugin-mysql
koishi-plugin-common
autoAuthorize: 1
Expected behavior
user表中telegram字段更新
Screenshots
Versions
Additional context
推测原因:
另外如果不使用autoAuthorize: 1,会导致在telegram端返回权限不足的提示
权限不足
The text was updated successfully, but these errors were encountered:
@Anillc 感谢你的反馈!问题已于 de3baaa 解决,但你对这个指令的行为理解有误。
另外如果不使用 autoAuthorize: 1,会导致在 telegram 端返回权限不足的提示
这是因为账户只能绑定已经存在的账户,onebot 不能与不存在的 telegram 账户绑定。
因此,如果你已有 onebot 账户,而没有 telegram 账户的话,应该在 telegram 而不是 onebot 中使用 bind 指令,不然 onebot 会被销号。
Sorry, something went wrong.
fix(common): remove user before bind, fix #152
de3baaa
@Anillc 感谢你的反馈!问题已于 de3baaa 解决,但你对这个指令的行为理解有误。 另外如果不使用 autoAuthorize: 1,会导致在 telegram 端返回权限不足的提示 这是因为账户只能绑定已经存在的账户,onebot 不能与不存在的 telegram 账户绑定。 因此,如果你已有 onebot 账户,而没有 telegram 账户的话,应该在 telegram 而不是 onebot 中使用 bind 指令,不然 onebot 会被销号。
明白了,感谢回复
No branches or pull requests
Describe the bug
在onebot平台上使用bind指令后到telegram平台发送token后报错
To Reproduce
使用
koishi-plugin-mysql
、koishi-plugin-common
以及参数autoAuthorize: 1
Expected behavior
user表中telegram字段更新
Screenshots
Versions
Additional context
推测原因:
autoAuthorize: 1
参数后会自动在表中分别插入onebot和telegram的user另外如果不使用
autoAuthorize: 1
,会导致在telegram端返回权限不足
的提示The text was updated successfully, but these errors were encountered: