diff options
author | Kyomotoi <[email protected]> | 2022-10-13 22:03:42 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2022-10-13 22:03:42 +0800 |
commit | 5771321a356168a3a1ee978dcb016a64c4590bf5 (patch) | |
tree | 6a336cc76e68447e9403218ee4dec6ce9467c71d | |
parent | 6fd812f77dbede0bdc12de529c5f706549d03f4c (diff) | |
download | ATRI-5771321a356168a3a1ee978dcb016a64c4590bf5.tar.gz ATRI-5771321a356168a3a1ee978dcb016a64c4590bf5.tar.bz2 ATRI-5771321a356168a3a1ee978dcb016a64c4590bf5.zip |
🔥 删除 git 发病信息
-rw-r--r-- | ATRI/plugins/repo.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ATRI/plugins/repo.py b/ATRI/plugins/repo.py index 1c53d58..c550f4b 100644 --- a/ATRI/plugins/repo.py +++ b/ATRI/plugins/repo.py @@ -14,7 +14,6 @@ from ATRI.message import MessageBuilder _repo_flmt_notice = choice(["慢...慢一..点❤", "冷静1下", "歇会歇会~~"]) -<<<<<<< HEAD _REPO_FORMAT = ( MessageBuilder("来自用户{user}反馈:") .text("{msg}") @@ -22,9 +21,7 @@ _REPO_FORMAT = ( .text("- 无需担心, 关注其它内容即可") .done() ) -======= _REPO_FORMAT = MessageBuilder("来自用户{user}反馈:").text("{msg}").done() ->>>>>>> 83a9fb95251c173b2394b668aab1b63908af5f29 repo = Service("反馈", "向维护者发送消息", rule=is_in_service("反馈")) |