diff options
| author | ilotterytea <iltsu@alright.party> | 2025-12-04 17:03:45 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-12-04 17:03:45 +0500 |
| commit | 4dfecba2444f1457b91be46cee32169049a533c3 (patch) | |
| tree | 17f2ee512b81da24d29f831bc691337eacc82ef4 /bot/src/config.hpp | |
| parent | 5a1df5c2ba0c9793bc3b90b18cc37ae787e68c24 (diff) | |
feat: superuser role
Diffstat (limited to 'bot/src/config.hpp')
| -rw-r--r-- | bot/src/config.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/src/config.hpp b/bot/src/config.hpp index 020721d..ffc835e 100644 --- a/bot/src/config.hpp +++ b/bot/src/config.hpp @@ -27,7 +27,7 @@ namespace bot { struct TwitchConfiguration { std::string client_id; std::string token; - std::vector<int> trusted_user_ids; + std::vector<int> trusted_user_ids, superuser_ids; }; struct KickCredentialsConfiguration { |
