From 65a4630c33c1564d3502846214ca75259756617e Mon Sep 17 00:00:00 2001 From: Kyomotoi Date: Sat, 21 May 2022 13:21:25 +0800 Subject: =?UTF-8?q?=F0=9F=9A=A8=20=E5=AE=89=E6=8A=9Alint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ATRI/plugins/wife/data_source.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'ATRI/plugins/wife') diff --git a/ATRI/plugins/wife/data_source.py b/ATRI/plugins/wife/data_source.py index 29d58e7..9ba1e93 100644 --- a/ATRI/plugins/wife/data_source.py +++ b/ATRI/plugins/wife/data_source.py @@ -12,14 +12,9 @@ WIFE_DIR = Path(".") / "data" / "database" / "wife" os.makedirs(WIFE_DIR, exist_ok=True) -__doc__ = """ -老婆...嘿嘿嘿... -""" - - class Wife(Service): def __init__(self): - Service.__init__(self, "老婆", __doc__, rule=is_in_service("老婆")) + Service.__init__(self, "老婆", "老婆...嘿嘿嘿...", rule=is_in_service("老婆")) def to_superuser(self, user_id: str): """ -- cgit v1.2.3