Files
chatgpt-on-wechat/plugins/plugin.py
2023-03-24 22:37:48 +08:00

6 lines
140 B
Python

class Plugin:
def __init__(self):
self.handlers = {}
def get_help_text(self, **kwargs):
return "暂无帮助信息"