diff options
author | Kyomotoi <[email protected]> | 2022-07-28 16:21:51 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2022-07-28 16:21:51 +0800 |
commit | deb4e143797a7e1f5decc2f5beebfec24147750e (patch) | |
tree | 1bbcc512565e2e66f376858e0855825705ebf593 | |
parent | 6d28b15ff36b5c8792ee7c09450c255da3caf9e6 (diff) | |
download | ATRI-deb4e143797a7e1f5decc2f5beebfec24147750e.tar.gz ATRI-deb4e143797a7e1f5decc2f5beebfec24147750e.tar.bz2 ATRI-deb4e143797a7e1f5decc2f5beebfec24147750e.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 32bbb09..c21ed93 100644 --- a/ATRI/plugins/anti_effort/__init__.py +++ b/ATRI/plugins/anti_effort/__init__.py @@ -153,7 +153,7 @@ async def _check_rank_global_today(event: MessageEvent): await check_rank_global_today.finish(result) -check_rank_global_recent_week = AntiEffort().on_command("ε
¬ε
±ε¨ε·η", "ζ₯ηε
¬ε
±ε·ηζ¦") +check_rank_global_recent_week = AntiEffort().on_command("ε
¬ε
±ε¨ε·η", "ζ₯ηθΏδΈε¨ε
¬ε
±ε·ηζ¦") @check_rank_global_recent_week.handle([Cooldown(15, prompt=_lmt_notice)]) |