首次提交
This commit is contained in:
4
danding_bot/plugins/auto_recall/config.py
Normal file
4
danding_bot/plugins/auto_recall/config.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
class Config(BaseModel):
|
||||
recall_delay: int = Field(default=110, env="RECALL_DELAY") # 撤回延迟时间,默认 110 秒
|
||||
Reference in New Issue
Block a user