summaryrefslogtreecommitdiff
path: root/src/config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.hpp')
-rw-r--r--src/config.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.hpp b/src/config.hpp
index 2e02f1d..afdf396 100644
--- a/src/config.hpp
+++ b/src/config.hpp
@@ -20,6 +20,7 @@ namespace bot {
struct Configuration {
std::string bot_username;
std::string bot_password;
+ std::string bot_client_id;
DatabaseConfiguration database;
};