Files
chatgpt-on-wechat/plugins/plugin.py
2023-04-17 01:01:02 +08:00

7 lines
141 B
Python

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