summaryrefslogtreecommitdiff
path: root/src/seventv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/seventv.cpp')
-rw-r--r--src/seventv.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/seventv.cpp b/src/seventv.cpp
index 62ea550..54e259f 100644
--- a/src/seventv.cpp
+++ b/src/seventv.cpp
@@ -152,6 +152,10 @@ namespace emotespp {
void SevenTVWebsocketClient::start() { this->websocket.start(); }
+ const std::vector<std::string> &SevenTVWebsocketClient::get_ids() const {
+ return this->ids;
+ }
+
Emote SevenTVWebsocketClient::create_emote(const nlohmann::json &data) {
std::string id = data["id"];
std::string code = data["name"];