去除ABOT内容
This commit is contained in:
@@ -35,7 +35,7 @@ class MessageSignPlugin(MessagePluginInterface):
|
||||
|
||||
@property
|
||||
def author(self) -> str:
|
||||
return "WeChatRobot Team"
|
||||
return "ABOT Team"
|
||||
|
||||
@property
|
||||
def command_prefix(self) -> Optional[str]:
|
||||
|
||||
@@ -38,7 +38,7 @@ class MessageSummaryPlugin(MessagePluginInterface):
|
||||
|
||||
@property
|
||||
def author(self) -> str:
|
||||
return "WeChatRobot Team"
|
||||
return "ABOT Team"
|
||||
|
||||
@property
|
||||
def command_prefix(self) -> Optional[str]:
|
||||
|
||||
Reference in New Issue
Block a user