diff --git a/src/plugins/good_bad_news.py b/src/plugins/good_bad_news.py index 7ce212e..b1a7bfe 100644 --- a/src/plugins/good_bad_news.py +++ b/src/plugins/good_bad_news.py @@ -58,4 +58,4 @@ async def function(message: MessageEvent): font_path=font_path + "微软雅黑.ttc", font_size=72, text_color=(128, 128, 128),text_position="center", position="center") await good_news.send(MessageSegment.file_image(Path(temp_path+filename))) - await delete_file(temp_path + filename) \ No newline at end of file + await delete_file(temp_path + filename) \ No newline at end of file