feat: add broadcaster-only /completeprediction command (#6632)

Reviewed-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
iProdigy
2025-12-14 10:07:48 -06:00
committed by GitHub
parent b9cf385a40
commit 9f46cae6c0
4 changed files with 183 additions and 1 deletions
@@ -490,6 +490,7 @@ CommandController::CommandController(const Paths &paths)
this->registerCommand("/prediction", &commands::createPrediction);
this->registerCommand("/lockprediction", &commands::lockPrediction);
this->registerCommand("/cancelprediction", &commands::cancelPrediction);
this->registerCommand("/completeprediction", &commands::completePrediction);
this->registerCommand("/c2-set-logging-rules", &commands::setLoggingRules);
this->registerCommand("/c2-theme-autoreload", &commands::toggleThemeReload);