From 83417819186394e8d840167841103211ebe5fe33 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Thu, 24 Sep 2020 02:15:25 -0400 Subject: basic permission handling + use for edit/delete --- discord/store.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'discord/store.hpp') diff --git a/discord/store.hpp b/discord/store.hpp index 6477b50..1d49e09 100644 --- a/discord/store.hpp +++ b/discord/store.hpp @@ -41,6 +41,7 @@ public: const channels_type &GetChannels() const; const guilds_type &GetGuilds() const; + const roles_type &GetRoles() const; void ClearAll(); -- cgit v1.2.3