feat: add /lockprediction and /cancelprediction commands for broadcasters (#6612)

Reviewed-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
iProdigy
2025-12-07 04:04:36 -06:00
committed by GitHub
parent bd026b3551
commit 40483efbf8
8 changed files with 374 additions and 5 deletions
@@ -13,4 +13,10 @@ namespace chatterino::commands {
/// /prediction
QString createPrediction(const CommandContext &ctx);
/// /lockprediction
QString lockPrediction(const CommandContext &ctx);
/// /cancelprediction
QString cancelPrediction(const CommandContext &ctx);
} // namespace chatterino::commands