mirror of
https://github.com/ChenXu233/nonebot_plugin_dialectlist.git
synced 2025-06-06 04:45:21 +00:00
10 lines
220 B
Python
10 lines
220 B
Python
from inspect import cleandoc
|
|
|
|
__usage__ = cleandoc(
|
|
"""
|
|
/今日B话榜 查看今天群里谁B话最多。
|
|
/昨日B话榜 顾名思义。
|
|
以此类推,有本周,本月,上周,上月,年度排行榜。
|
|
"""
|
|
)
|