mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-11 11:07:24 +08:00
342 B
342 B
title | order | icon | category |
---|---|---|---|
liteyuki.message.rule | 1 | laptop-code | API |
class Rule
def __init__(self, handler: Optional[RuleHandler]) -> None
源代码
def __init__(self, handler: Optional[RuleHandler]=None):
self.handler = handler