diff options
Diffstat (limited to 'ATRI/plugins/repo.py')
-rw-r--r-- | ATRI/plugins/repo.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ATRI/plugins/repo.py b/ATRI/plugins/repo.py index 57fa327..9c5818a 100644 --- a/ATRI/plugins/repo.py +++ b/ATRI/plugins/repo.py @@ -27,9 +27,7 @@ reporter = Repo().on_command("来杯红茶", "向维护者发送消息", aliases @reporter.handle([Cooldown(120, prompt=_repo_flmt_notice)]) -async def _ready_repo( - matcher: Matcher, args: Message = CommandArg() -): +async def _ready_repo(matcher: Matcher, args: Message = CommandArg()): msg = args.extract_plain_text() if msg: matcher.set_arg("repo", args) |