We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c44aa61 commit d86af5eCopy full SHA for d86af5e
nonebot_plugin_omikuji/config.py
@@ -41,8 +41,10 @@ def check(self) -> Config:
41
raise ValueError("omikuji_long_cache_update_days must be greater than 0")
42
return self
43
44
+
45
CONFIG: Config = get_plugin_config(Config)
-CAHCE_DIR: Path = get_cache_dir()
46
+CACHE_DIR: Path = get_plugin_cache_dir()
47
48
49
def get_config() -> Config:
50
return CONFIG
0 commit comments