diff options
Diffstat (limited to 'bot/src/schemas/stream.hpp')
| -rw-r--r-- | bot/src/schemas/stream.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/src/schemas/stream.hpp b/bot/src/schemas/stream.hpp index a636ea5..0811561 100644 --- a/bot/src/schemas/stream.hpp +++ b/bot/src/schemas/stream.hpp @@ -3,7 +3,7 @@ #include <string> namespace bot::schemas { - enum EventType { LIVE, OFFLINE, TITLE, GAME, CUSTOM = 99 }; + enum EventType { LIVE, OFFLINE, TITLE, GAME, GITHUB = 10, CUSTOM = 99 }; EventType string_to_event_type(const std::string &type); enum EventFlag { MASSPING }; |
