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
希望打开抄热评时,转发语会和热评一致 类似于这样改。但是感觉是不是不太行。会影响其他业务 if (dyid) { if(is_copy_chat){ relay_chat=chat } status = await retryfn( 5, [3, 4], () => bili.autoRelay( global_var.get("myUID"), dyid, relay_chat, ctrl) )
The text was updated successfully, but these errors were encountered:
根据今天的bug来看。好像这样的代码不太行,管抽的时候,热评词是没有,转发词就会变成undefined。。。更改下需求描述。是希望打开抄热评时,非官抽会转发语和抄的热评一致。
Sorry, something went wrong.
No branches or pull requests
描述
希望打开抄热评时,转发语会和热评一致
类似于这样改。但是感觉是不是不太行。会影响其他业务
if (dyid) {
if(is_copy_chat){
relay_chat=chat
}
status = await retryfn(
5,
[3, 4],
() => bili.autoRelay(
global_var.get("myUID"),
dyid,
relay_chat,
ctrl)
)
The text was updated successfully, but these errors were encountered: