diff options
| author | ilotterytea <iltsu@alright.party> | 2024-05-08 22:06:23 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-05-08 22:06:23 +0500 |
| commit | 8c83c83184cc2daf5fb10bbcd01d92dee0bfbb26 (patch) | |
| tree | ed81c57775b9bfd03670e03ea369501f9484471e /src/main.cpp | |
| parent | 3a1e75ab3767139de0f381a04c44e92bb0d947de (diff) | |
upd: added Configuration into InstanceBundle
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index ecae796..4443497 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -69,7 +69,7 @@ int main(int argc, char *argv[]) { client.on<bot::irc::MessageType::Privmsg>( [&client, &command_loader, &localization, &cfg, &helix_client]( const bot::irc::Message<bot::irc::MessageType::Privmsg> &message) { - bot::InstanceBundle bundle{client, helix_client, localization}; + bot::InstanceBundle bundle{client, helix_client, localization, cfg}; pqxx::connection conn(GET_DATABASE_CONNECTION_URL(cfg)); |
