作者调整
This commit is contained in:
@@ -38,7 +38,7 @@ class GlobalNewsPlugin(MessagePluginInterface):
|
||||
|
||||
@property
|
||||
def author(self) -> str:
|
||||
return "Trae AI"
|
||||
return "liu.wei"
|
||||
|
||||
@property
|
||||
def command_prefix(self) -> Optional[str]:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Program: Global News Crawler
|
||||
Author: Trae AI (based on MrCrawL's work)
|
||||
Author: liu.wei (based on MrCrawL's work)
|
||||
Created Date: 2024-05-01
|
||||
"""
|
||||
import requests
|
||||
|
||||
Reference in New Issue
Block a user