We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The text was updated successfully, but these errors were encountered:
目前不支持使用 bot.py 的情况下使用,你可以使用一个脚本来执行。
import sys from pathlib import Path root = Path(__file__).parent # 注意此处为你的项目目录,即 bot.py 所在目录 sys.path.append(str(root)) import bot # noqa: F401 # isort: split from nonebot_plugin_orm.__main__ import main if __name__ == "__main__": main()
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: