Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Onimaimai committed Dec 19, 2024
1 parent a5d465a commit acaaf99
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nonebot_plugin_voicemusic/config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
from nonebot.plugin import get_plugin_config
from pydantic import BaseModel

class Config(BaseModel):
uin: str = ""
skey: str = ""
skey: str = ""

config = get_plugin_config(Config)

0 comments on commit acaaf99

Please sign in to comment.