From ea7f48011c34fdaec7e91af7eb373c8174e439e6 Mon Sep 17 00:00:00 2001 From: Kyomotoi <1172294279@qq.com> Date: Tue, 4 May 2021 14:27:56 +0800 Subject: =?UTF-8?q?=E2=9C=A8=F0=9F=90=9B=20=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增:老婆! 新增:涩图 修复:manage中出现的bug 优化:nsfw不再用float,换为int --- ATRI/rule.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ATRI/rule.py') diff --git a/ATRI/rule.py b/ATRI/rule.py index 907a65d..00a4c21 100644 --- a/ATRI/rule.py +++ b/ATRI/rule.py @@ -11,14 +11,14 @@ def is_in_service(service: str) -> Rule: return sv.auth_service(service, user, str(event.group_id)) else: return sv.auth_service(service, user, None) - + return Rule(_is_in_service) def to_bot() -> Rule: async def _to_bot(bot, event, state) -> bool: return event.is_tome() - + return Rule(_to_bot) -- cgit v1.2.3