🎉 初次提交
This commit is contained in:
9
nonebot_plugin_watch/config.py
Normal file
9
nonebot_plugin_watch/config.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from nonebot.plugin import get_plugin_config
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class Config(BaseModel):
|
||||
watch_ids: list[str] = []
|
||||
|
||||
|
||||
config = get_plugin_config(Config)
|
||||
Reference in New Issue
Block a user