diff options
author | SakuraMemory <[email protected]> | 2022-05-30 20:35:47 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-30 20:35:47 +0800 |
commit | beb92add52ece468c1031392e0f7447083333049 (patch) | |
tree | 32fd74703e041acd7f3bcb881c7fe24bd18a3f7d /ATRI/plugins/wife | |
parent | a592d64297155f40fce3bc68839ebaf9f0bed3c2 (diff) | |
parent | c560a8bcd9d5ced204a37a9008ef984a954e1cc3 (diff) | |
download | ATRI-beb92add52ece468c1031392e0f7447083333049.tar.gz ATRI-beb92add52ece468c1031392e0f7447083333049.tar.bz2 ATRI-beb92add52ece468c1031392e0f7447083333049.zip |
Merge pull request #8 from Kyomotoi/main
sync master
Diffstat (limited to 'ATRI/plugins/wife')
-rw-r--r-- | ATRI/plugins/wife/data_source.py | 7 |
1 files changed, 1 insertions, 6 deletions
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): """ |