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
对 Bug 的描述
环境
复现代码或 repo 链接
from werobot import WeRoBot robot = werobot.WeRoBot(token='123456') 报错:AttributeError: module 'werobot' has no attribute 'WeRoBot'
The text was updated successfully, but these errors were encountered:
你是起了一个叫werobot.py的文件名吧
Sorry, something went wrong.
from werobot.robot import WeRobot
No branches or pull requests
对 Bug 的描述
环境
复现代码或 repo 链接
The text was updated successfully, but these errors were encountered: