summaryrefslogtreecommitdiff
path: root/bot/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bot/src/main.cpp')
-rw-r--r--bot/src/main.cpp2
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](