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
直接调用 github -l 指令, bot 发送了帮助而不是执行该指令相关内容
github -l
向 github [name] 指令的函数开头添加 console.log('test', options), 没有回显, 证明该函数未被调用
github [name]
console.log('test', options)
将 github [name] 修改为 github.cur [name] 后调用 github.cur -l 一切正常
github.cur [name]
github.cur -l
调用 github -l
正常执行 github -l, 发送当前频道订阅的仓库列表
No response
The text was updated successfully, but these errors were encountered:
bug(github): blank content, unsubscribe, delete repo, fix #375, #455 (#…
fc15dec
…489)
No branches or pull requests
Describe the bug
直接调用
github -l
指令, bot 发送了帮助而不是执行该指令相关内容向
github [name]
指令的函数开头添加console.log('test', options)
, 没有回显, 证明该函数未被调用将
github [name]
修改为github.cur [name]
后调用github.cur -l
一切正常Steps to reproduce
调用 github -l
Expected behavior
正常执行 github -l, 发送当前频道订阅的仓库列表
Screenshots
No response
Versions
Additional context
No response
The text was updated successfully, but these errors were encountered: