Update main.py

This commit is contained in:
Soulter 2024-07-26 17:53:34 +08:00 committed by GitHub
parent 05c31a17ef
commit 8ac2dc9e11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ except ImportError:
注意以格式 XXXPlugin Main 来修改插件名
提示把此模板仓库 fork 之后 clone 到机器人文件夹下的 addons/plugins/ 目录下然后用 Pycharm/VSC 等工具打开可获更棒的编程体验自动补全等
'''
class HelloWorldPlugin:
class Main:
"""
AstrBot 会传递 context 给插件