summaryrefslogtreecommitdiff
path: root/bot/src/schemas/stream.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'bot/src/schemas/stream.hpp')
-rw-r--r--bot/src/schemas/stream.hpp9
1 files changed, 7 insertions, 2 deletions
diff --git a/bot/src/schemas/stream.hpp b/bot/src/schemas/stream.hpp
index 357d476..348eccb 100644
--- a/bot/src/schemas/stream.hpp
+++ b/bot/src/schemas/stream.hpp
@@ -10,8 +10,13 @@ namespace bot::schemas {
TITLE,
GAME,
STV_EMOTE_CREATE = 10,
- STV_EMOTE_DELETE = 11,
- STV_EMOTE_UPDATE = 12,
+ STV_EMOTE_DELETE,
+ STV_EMOTE_UPDATE,
+#ifdef BUILD_BETTERTTV
+ BTTV_EMOTE_CREATE,
+ BTTV_EMOTE_DELETE,
+ BTTV_EMOTE_UPDATE,
+#endif
GITHUB = 40,
CUSTOM = 99
};