mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-07-29 22:19:52 +00:00
🐛 修复生命周期钩子函数的问题
This commit is contained in:
@ -16,10 +16,10 @@ from pydantic import BaseModel
|
||||
|
||||
class PluginMetadata(BaseModel):
|
||||
"""
|
||||
轻雪插件元数据,由插件编写者提供
|
||||
轻雪插件元数据,由插件编写者提供,name为必填项
|
||||
"""
|
||||
name: str
|
||||
description: str
|
||||
description: str = ""
|
||||
usage: str = ""
|
||||
type: str = ""
|
||||
homepage: str = ""
|
||||
|
Reference in New Issue
Block a user