mirror of
https://github.com/TeamPGM/PagerMaid_Plugins.git
synced 2024-11-22 05:54:12 +00:00
antichannelmsg 设置默认白名单
This commit is contained in:
parent
5728e79566
commit
908c64c109
@ -61,7 +61,7 @@ async def anti_channel_msg(context):
|
||||
await context.edit(f"{lang('error_prefix')}{lang('arg_error')}")
|
||||
|
||||
|
||||
@listener(is_plugin=False, incoming=True, outgoing=True, ignore_edited=True)
|
||||
@listener(is_plugin=False, incoming=True, outgoing=False, ignore_edited=True)
|
||||
async def auto_process_channel_msg(context):
|
||||
""" Event handler to delete channel messages and ban channel. """
|
||||
if not redis_status():
|
||||
|
Loading…
Reference in New Issue
Block a user