Add "usage" command demo

This commit is contained in:
Richard Chien
2019-01-21 10:39:06 +08:00
parent 0a3d07b70e
commit 04219275d0
3 changed files with 28 additions and 0 deletions

View File

@ -6,6 +6,13 @@ from nonebot.helpers import render_expression as __
from . import expressions as e
__plugin_name__ = '天气'
__plugin_usage__ = r"""
天气功能使用帮助
天气 [城市名称]
""".strip()
w = CommandGroup('weather')