From b83bf2a622ecfb667cc89909ebae9180ed5ac117 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Thu, 16 Mar 2023 20:27:59 -0400 Subject: handle role mentions --- src/discord/store.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/discord/store.hpp') diff --git a/src/discord/store.hpp b/src/discord/store.hpp index 8e57e43..875a5af 100644 --- a/src/discord/store.hpp +++ b/src/discord/store.hpp @@ -299,6 +299,8 @@ private: STMT(get_emoji_roles); STMT(set_mention); STMT(get_mentions); + STMT(set_role_mention); + STMT(get_role_mentions); STMT(set_attachment); STMT(get_attachments); STMT(set_recipient); -- cgit v1.2.3