feat: add broadcaster-only /completeprediction command (#6632)
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user