diff options
author | Lint Action <[email protected]> | 2022-02-18 15:15:45 +0000 |
---|---|---|
committer | Lint Action <[email protected]> | 2022-02-18 15:15:45 +0000 |
commit | 1b5e5de6bcb0b76d432bf0d9e1a6fb9bba510e52 (patch) | |
tree | 43f8340761ce468cd16409308cafa7d4d7785fab | |
parent | fbb6ca92eea1678ebb95e7ba4748f1aa0a1bb3d6 (diff) | |
download | ATRI-1b5e5de6bcb0b76d432bf0d9e1a6fb9bba510e52.tar.gz ATRI-1b5e5de6bcb0b76d432bf0d9e1a6fb9bba510e52.tar.bz2 ATRI-1b5e5de6bcb0b76d432bf0d9e1a6fb9bba510e52.zip |
:rotating_light: 自动进行代码格式化
-rw-r--r-- | ATRI/plugins/setu/__init__.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ATRI/plugins/setu/__init__.py b/ATRI/plugins/setu/__init__.py index 0baf51b..cf38fd6 100644 --- a/ATRI/plugins/setu/__init__.py +++ b/ATRI/plugins/setu/__init__.py @@ -32,9 +32,7 @@ async def _random_setu(bot: Bot, event: MessageEvent): loop.create_task(Setu().async_recall(bot, event_id)) -@random_setu.got( - "r_rush_after_think", prompt="看完不来点感想么-w-" -) +@random_setu.got("r_rush_after_think", prompt="看完不来点感想么-w-") async def _(think: str = ArgPlainText("r_rush_after_think")): is_repo = will_think(think) if not is_repo: |