mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-09-06 03:36:25 +00:00
✨ 新增on_keywords
This commit is contained in:
@ -38,7 +38,7 @@ class Channel(Generic[T]):
|
||||
有两种接收工作方式,但是只能选择一种,主动接收和被动接收,主动接收使用 `receive` 方法,被动接收使用 `on_receive` 装饰器
|
||||
"""
|
||||
|
||||
def __init__(self, _id: str, type_check: Optional[bool] = None):
|
||||
def __init__(self, _id: str = "", type_check: Optional[bool] = None):
|
||||
"""
|
||||
初始化通道
|
||||
Args:
|
||||
|
Reference in New Issue
Block a user