summaryrefslogtreecommitdiff
path: root/ATRI/plugins/wife
diff options
context:
space:
mode:
authorSakuraMemory <[email protected]>2022-05-30 20:35:47 +0800
committerGitHub <[email protected]>2022-05-30 20:35:47 +0800
commitbeb92add52ece468c1031392e0f7447083333049 (patch)
tree32fd74703e041acd7f3bcb881c7fe24bd18a3f7d /ATRI/plugins/wife
parenta592d64297155f40fce3bc68839ebaf9f0bed3c2 (diff)
parentc560a8bcd9d5ced204a37a9008ef984a954e1cc3 (diff)
downloadATRI-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.py7
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):
"""