summaryrefslogtreecommitdiff
path: root/abaddon.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2020-10-04 02:28:48 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2020-10-04 02:28:48 -0400
commit43f87b4bcaa6d160cf7c4856109af06ea4873cf3 (patch)
tree8b04cd91eb747ddef40ce6e2db2e1efda7ff4ba4 /abaddon.hpp
parentbbe36a8246041544d6ebe420dfa1b695b6c74521 (diff)
downloadabaddon-portaudio-43f87b4bcaa6d160cf7c4856109af06ea4873cf3.tar.gz
abaddon-portaudio-43f87b4bcaa6d160cf7c4856109af06ea4873cf3.zip
allow limiting concurrent http requests
add Semaphore update SettingsManager a little
Diffstat (limited to 'abaddon.hpp')
-rw-r--r--abaddon.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/abaddon.hpp b/abaddon.hpp
index 96728c6..3ca4151 100644
--- a/abaddon.hpp
+++ b/abaddon.hpp
@@ -61,6 +61,8 @@ public:
void DiscordOnGuildCreate(Snowflake guild_id);
void DiscordOnGuildDelete(Snowflake guild_id);
+ const SettingsManager &GetSettings() const;
+
private:
DiscordClient m_discord;
std::string m_discord_token;