diff options
author | Kyomotoi <[email protected]> | 2022-07-28 17:03:31 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2022-07-28 17:03:31 +0800 |
commit | 17d0366e3e264a8431db63c6b16367b728f3eea5 (patch) | |
tree | e5e55e85c983dbdfb20096c68055375edc1a61d6 | |
parent | 15d336e2c29d917a379ce8a026ce2b47ae3f79cb (diff) | |
download | ATRI-17d0366e3e264a8431db63c6b16367b728f3eea5.tar.gz ATRI-17d0366e3e264a8431db63c6b16367b728f3eea5.tar.bz2 ATRI-17d0366e3e264a8431db63c6b16367b728f3eea5.zip |
πΈ δΌεη¨ζ·δ½ιͺ
-rw-r--r-- | ATRI/plugins/anti_effort/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ATRI/plugins/anti_effort/__init__.py b/ATRI/plugins/anti_effort/__init__.py index 57c0703..2417c37 100644 --- a/ATRI/plugins/anti_effort/__init__.py +++ b/ATRI/plugins/anti_effort/__init__.py @@ -137,7 +137,7 @@ async def _check_rank_recent_week(event: GroupMessageEvent): await check_rank_recent_week.finish(result) -check_rank_global_today = AntiEffort().on_command("ε
¬ε
±ε·η", "ζ₯ηε
¬ε
±ε·ηζ¦") +check_rank_global_today = AntiEffort().on_command("ε
¬ε
±ε·η", "ζ₯ηδ»ζ₯ε
¬ε
±ε·ηζ¦") @check_rank_global_today.handle([Cooldown(15, prompt=_lmt_notice)]) |