summaryrefslogtreecommitdiff
path: root/src/api/twitch/schemas/user.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/twitch/schemas/user.hpp')
-rw-r--r--src/api/twitch/schemas/user.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/api/twitch/schemas/user.hpp b/src/api/twitch/schemas/user.hpp
deleted file mode 100644
index 288ec72..0000000
--- a/src/api/twitch/schemas/user.hpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#pragma once
-
-#include <string>
-
-namespace bot::api::twitch::schemas {
- struct User {
- int id;
- std::string login;
- };
-}