From d65d392f8ef2ac10ec45974b09b275d7d99afbb6 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Thu, 17 Apr 2025 03:08:24 +0500 Subject: fix: github listener wasn't using the latest sql tables --- bot/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/src/main.cpp') 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( [&client, &command_loader, &localization, &cfg, &helix_client]( -- cgit v1.2.3