diff options
Diffstat (limited to 'discord/discord.hpp')
-rw-r--r-- | discord/discord.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/discord.hpp b/discord/discord.hpp index bb3d800..cd3286c 100644 --- a/discord/discord.hpp +++ b/discord/discord.hpp @@ -75,7 +75,7 @@ public: std::set<Snowflake> GetMessagesForChannel(Snowflake id) const; std::set<Snowflake> GetPrivateChannels() const; - PremiumType GetSelfPremiumType() const; + EPremiumType GetSelfPremiumType() const; void FetchMessagesInChannel(Snowflake id, std::function<void(const std::vector<Snowflake> &)> cb); void FetchMessagesInChannelBefore(Snowflake channel_id, Snowflake before_id, std::function<void(const std::vector<Snowflake> &)> cb); |