summaryrefslogtreecommitdiff
path: root/settings.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'settings.hpp')
-rw-r--r--settings.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/settings.hpp b/settings.hpp
index 88365ba..e2374b5 100644
--- a/settings.hpp
+++ b/settings.hpp
@@ -13,7 +13,8 @@ public:
std::string GetUserAgent() const;
std::string GetDiscordToken() const;
bool GetShowMemberListDiscriminators() const;
- bool GetShowEmojis() const;
+ bool GetShowStockEmojis() const;
+ bool GetShowCustomEmojis() const;
std::string GetLinkColor() const;
int GetCacheHTTPConcurrency() const;
bool GetPrefetch() const;