From 2d40d39264de4eed0bdb9e8e0117a8c1e2f199d3 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Fri, 13 Dec 2024 23:50:45 +0500 Subject: feat: now you can listen to github --- bot/src/schemas/stream.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/src/schemas/stream.hpp') 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 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 }; -- cgit v1.2.3