diff options
| author | ilotterytea <iltsu@alright.party> | 2024-05-02 00:13:10 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-05-02 00:13:10 +0500 |
| commit | 5776100b8a2f5fe568fbd19f8117bfce2cd63a5b (patch) | |
| tree | 238968e7ccabe42b93170404195f1a082ba43cd3 /src/bundle.hpp | |
| parent | 0e20d75f3dcd12cc0c66c321684eadbed1513a9f (diff) | |
feat: added HelixClient into InstanceBundle
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 e45137d..1ea47a3 100644 --- a/src/bundle.hpp +++ b/src/bundle.hpp @@ -1,11 +1,13 @@ #pragma once +#include "api/twitch/helix_client.hpp" #include "irc/client.hpp" #include "localization/localization.hpp" namespace bot { struct InstanceBundle { irc::Client &irc_client; + const api::twitch::HelixClient &helix_client; const bot::loc::Localization &localization; }; } |
