From 5ca6a1c1ccfff28ff28f992a6d2231c49f7cabf9 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Wed, 16 Apr 2025 20:49:33 +0500 Subject: feat: more string functions --- bot/src/schemas/stream.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'bot/src/schemas/stream.hpp') diff --git a/bot/src/schemas/stream.hpp b/bot/src/schemas/stream.hpp index 0811561..9763ba9 100644 --- a/bot/src/schemas/stream.hpp +++ b/bot/src/schemas/stream.hpp @@ -5,6 +5,7 @@ namespace bot::schemas { enum EventType { LIVE, OFFLINE, TITLE, GAME, GITHUB = 10, CUSTOM = 99 }; EventType string_to_event_type(const std::string &type); + std::string event_type_to_string(const int &type); enum EventFlag { MASSPING }; -- cgit v1.2.3