From 476f4648a1c8166f938c1e389466aa6f1f7d72d9 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 22 Apr 2025 17:46:05 -0700 Subject: change default wac_plus content message --- community/wacca_plus/wacca_plus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community') diff --git a/community/wacca_plus/wacca_plus.py b/community/wacca_plus/wacca_plus.py index cae3cc5..944b0b9 100644 --- a/community/wacca_plus/wacca_plus.py +++ b/community/wacca_plus/wacca_plus.py @@ -122,7 +122,7 @@ def parse_announcement_messages(message_json: dict): "identifier": "WACCA_PLUS", "type": type.upper(), "timestamp": unix_time, - "content": "NEW INFORMATION FROM WACCA+ / WACCA+ の最新情報", + "content": "NEW INFORMATION FROM WACCA PLUS / WACCA PLUS の最新情報", "headline": None, "url": None, "images": filtered_images -- cgit v1.2.3