diff options
Diffstat (limited to 'src/config.cpp')
| -rw-r--r-- | src/config.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.cpp b/src/config.cpp index 1a11f0b..45209e4 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -38,6 +38,8 @@ namespace bot { cfg.bot_username = value; } else if (key == "bot_password") { cfg.bot_password = value; + } else if (key == "bot_client_id") { + cfg.bot_client_id = value; } else if (key == "db_name") { db_cfg.name = value; } else if (key == "db_user") { |
