plugins: add helpp command for godcmd

This commit is contained in:
lanvent
2023-03-24 22:37:48 +08:00
parent 2f78c072d7
commit 30aedf04d7
7 changed files with 36 additions and 6 deletions

View File

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