mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-09-09 01:36:24 +00:00
🚀 测试文档工作流
This commit is contained in:
18
liteyuki/message/on.py
Normal file
18
liteyuki/message/on.py
Normal file
@ -0,0 +1,18 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Copyright (C) 2020-2024 LiteyukiStudio. All Rights Reserved
|
||||
|
||||
@Time : 2024/8/19 下午10:52
|
||||
@Author : snowykami
|
||||
@Email : snowykami@outlook.com
|
||||
@File : on.py
|
||||
@Software: PyCharm
|
||||
"""
|
||||
|
||||
from liteyuki.message.matcher import Matcher
|
||||
|
||||
_matcher_list: list[Matcher] = []
|
||||
|
||||
|
||||
def on_message(permission) -> Matcher:
|
||||
pass
|
Reference in New Issue
Block a user