diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-17 03:08:24 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-17 03:08:24 +0500 |
| commit | d65d392f8ef2ac10ec45974b09b275d7d99afbb6 (patch) | |
| tree | f6aa170279a3f92c1196aa322882415b5a429f6c /bot/src/main.cpp | |
| parent | d9427691e93a12f76a98b363aa424d4a2c40f262 (diff) | |
fix: github listener wasn't using the latest sql tables
Diffstat (limited to 'bot/src/main.cpp')
| -rw-r--r-- | bot/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/src/main.cpp b/bot/src/main.cpp index 360e243..c48d54a 100644 --- a/bot/src/main.cpp +++ b/bot/src/main.cpp @@ -107,7 +107,7 @@ int main(int argc, char *argv[]) { bot::stream::StreamListenerClient stream_listener_client(helix_client, client, cfg); - bot::GithubListener github_listener(cfg, client); + bot::GithubListener github_listener(cfg, client, helix_client); client.on<bot::irc::MessageType::Privmsg>( [&client, &command_loader, &localization, &cfg, &helix_client]( |
