feat(eventsub): implement (un)mod (#6001)

This commit is contained in:
nerix
2025-02-27 19:01:43 +01:00
committed by GitHub
parent 814734e869
commit 9a8658f20c
7 changed files with 365 additions and 13 deletions
@@ -135,9 +135,9 @@ struct Unvip {
struct Mod {
static constexpr std::string_view TAG = "mod";
std::string userID;
std::string userLogin;
std::string userName;
String userID;
String userLogin;
String userName;
};
/* user is unmodded
@@ -147,9 +147,9 @@ struct Mod {
struct Unmod {
static constexpr std::string_view TAG = "unmod";
std::string userID;
std::string userLogin;
std::string userName;
String userID;
String userLogin;
String userName;
};
/* user is banned with reason