mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-15 17:30:13 +08:00
fix: type
This commit is contained in:
@@ -114,7 +114,7 @@ class AstrBotConfigManager:
|
||||
scope_id="global",
|
||||
)
|
||||
random_word = abconf_name or uuid.uuid4().hex[:8]
|
||||
abconf_data[abconf_id] = {
|
||||
abconf_data[abconf_id] = { # type: ignore[index]
|
||||
"path": abconf_path,
|
||||
"name": random_word,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user