From 72d0a0d2a098d9f75291bdad73d02d3601c82945 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Thu, 17 Sep 2020 02:26:33 -0400 Subject: refactor channel listing --- discord/discord.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'discord/discord.hpp') diff --git a/discord/discord.hpp b/discord/discord.hpp index a9d44dc..93f5527 100644 --- a/discord/discord.hpp +++ b/discord/discord.hpp @@ -60,6 +60,7 @@ public: using roles_type = Store::roles_type; using members_type = Store::members_type; + std::unordered_set GetGuildsID() const; const guilds_type &GetGuilds() const; const User &GetUserData() const; const UserSettings &GetUserSettings() const; -- cgit v1.2.3