Fixed some bugs

This commit is contained in:
Choco
2024-09-07 13:08:28 +08:00
parent b26d7af14b
commit f58deb2f8b
5 changed files with 16 additions and 9 deletions

View File

@@ -18,7 +18,8 @@ SCOPES = {
"24/7": bool,
"votedisable": bool,
"duplicateTrack": bool,
"default_controller": dict
"default_controller": dict,
"stage_announce_template": str
}
class TempCtx():