feat: add poll and prediction commands for broadcasters (#6583)

Reviewed-by: nerix <nero.9@hotmail.de>
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
iProdigy
2025-11-23 09:55:39 -06:00
committed by GitHub
parent b63739e792
commit 118e1781dd
12 changed files with 432 additions and 0 deletions
+4
View File
@@ -99,6 +99,10 @@ set(SOURCE_FILES
controllers/commands/builtin/twitch/GetModerators.hpp
controllers/commands/builtin/twitch/GetVIPs.cpp
controllers/commands/builtin/twitch/GetVIPs.hpp
controllers/commands/builtin/twitch/Poll.cpp
controllers/commands/builtin/twitch/Poll.hpp
controllers/commands/builtin/twitch/Prediction.cpp
controllers/commands/builtin/twitch/Prediction.hpp
controllers/commands/builtin/twitch/Raid.cpp
controllers/commands/builtin/twitch/Raid.hpp
controllers/commands/builtin/twitch/RemoveModerator.cpp