调整插件名称
This commit is contained in:
@@ -17,7 +17,7 @@ class MessageSummaryPlugin(MessagePluginInterface):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def name(self) -> str:
|
def name(self) -> str:
|
||||||
return "群聊消息总结[message_summary]"
|
return "群聊总结"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def version(self) -> str:
|
def version(self) -> str:
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ class MusicPlugin(MessagePluginInterface):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def name(self) -> str:
|
def name(self) -> str:
|
||||||
return "音乐点播[music]"
|
return "音乐点播"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def version(self) -> str:
|
def version(self) -> str:
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ class StatsCollectorPlugin(PluginInterface):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def name(self) -> str:
|
def name(self) -> str:
|
||||||
return "群聊指令记录[stats_collector]"
|
return "指令记录"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def version(self) -> str:
|
def version(self) -> str:
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ class StatsDashboardPlugin(PluginInterface):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def name(self) -> str:
|
def name(self) -> str:
|
||||||
return "统计看板[stats_dashboard]"
|
return "统计看板"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def version(self) -> str:
|
def version(self) -> str:
|
||||||
|
|||||||
Reference in New Issue
Block a user