nonebot2/tests/plugins/matcher/matcher_info.py

4 lines
102 B
Python
Raw Normal View History

from nonebot import on
matcher = on("message", temp=False, expire_time=None, priority=1, block=True)