summaryrefslogtreecommitdiff
path: root/bot/src/config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'bot/src/config.hpp')
-rw-r--r--bot/src/config.hpp2
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 {