diff options
| author | ilotterytea <iltsu@alright.party> | 2024-12-13 23:50:45 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-12-13 23:50:45 +0500 |
| commit | 2d40d39264de4eed0bdb9e8e0117a8c1e2f199d3 (patch) | |
| tree | 890df967067371cd5ddb7b83d733db875a253e7a /bot/src/schemas/stream.cpp | |
| parent | ad05411350f1152cc3c86cebb5b8492d34507b33 (diff) | |
feat: now you can listen to github
Diffstat (limited to 'bot/src/schemas/stream.cpp')
| -rw-r--r-- | bot/src/schemas/stream.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bot/src/schemas/stream.cpp b/bot/src/schemas/stream.cpp index 6ef10dc..34d170a 100644 --- a/bot/src/schemas/stream.cpp +++ b/bot/src/schemas/stream.cpp @@ -10,6 +10,8 @@ namespace bot::schemas { return EventType::TITLE; } else if (type == "game") { return EventType::GAME; + } else if (type == "github") { + return EventType::GITHUB; } else { return EventType::CUSTOM; } |
