summaryrefslogtreecommitdiff
path: root/ATRI/plugins/repo.py
diff options
context:
space:
mode:
Diffstat (limited to 'ATRI/plugins/repo.py')
-rw-r--r--ATRI/plugins/repo.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/ATRI/plugins/repo.py b/ATRI/plugins/repo.py
index 561e20b..67e9436 100644
--- a/ATRI/plugins/repo.py
+++ b/ATRI/plugins/repo.py
@@ -13,11 +13,7 @@ from ATRI.message import MessageBuilder
_repo_flmt_notice = choice(["慢...慢一..点❤", "冷静1下", "歇会歇会~~"])
-_REPO_FORMAT = (
- MessageBuilder("来自用户{user}反馈:")
- .text("{msg}")
- .done()
-)
+_REPO_FORMAT = MessageBuilder("来自用户{user}反馈:").text("{msg}").done()
class Repo(Service):