diff options
Diffstat (limited to 'src/bundle.hpp')
| -rw-r--r-- | src/bundle.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bundle.hpp b/src/bundle.hpp index 1ea47a3..d30f5f8 100644 --- a/src/bundle.hpp +++ b/src/bundle.hpp @@ -1,6 +1,7 @@ #pragma once #include "api/twitch/helix_client.hpp" +#include "config.hpp" #include "irc/client.hpp" #include "localization/localization.hpp" @@ -9,5 +10,6 @@ namespace bot { irc::Client &irc_client; const api::twitch::HelixClient &helix_client; const bot::loc::Localization &localization; + const Configuration &configuration; }; } |
