From d1793df1eda463b10107d41785ad1d7f055ed476 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 18 May 2024 14:48:12 +0500 Subject: upd: moved the bot part to a relative subfolder --- src/api/twitch/schemas/user.hpp | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/api/twitch/schemas/user.hpp (limited to 'src/api/twitch/schemas/user.hpp') 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 - -namespace bot::api::twitch::schemas { - struct User { - int id; - std::string login; - }; -} -- cgit v1.2.3