mirror of
https://github.com/TeamPGM/PagerMaid_Plugins.git
synced 2024-11-25 13:34:08 +00:00
keyword fix a bug
This commit is contained in:
parent
3d2e745a2a
commit
1bdc58b4e2
@ -1019,10 +1019,6 @@ async def auto_reply(context):
|
|||||||
return
|
return
|
||||||
read_context[(context.chat_id, context.id)] = True
|
read_context[(context.chat_id, context.id)] = True
|
||||||
|
|
||||||
# debug
|
|
||||||
if context.chat_id != -1001250153468:
|
|
||||||
return
|
|
||||||
|
|
||||||
# 判断redis状态
|
# 判断redis状态
|
||||||
if not redis_status():
|
if not redis_status():
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user