feat: add /lockprediction and /cancelprediction commands for broadcasters (#6612)
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user