diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-04-11 04:36:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-11 04:36:27 +0000 |
commit | 44ab35dfd591c4c357673cc2ce3cb3a6964a1fff (patch) | |
tree | 91a60f1dfdd9d5a7e1c88b0eef0990981a307ada /src/discord/store.hpp | |
parent | 0b663246809519487c155c51ccebb8df0e14a227 (diff) | |
parent | f5228d91d28e39d56c7245ecf0128895273c9ec0 (diff) | |
download | abaddon-portaudio-44ab35dfd591c4c357673cc2ce3cb3a6964a1fff.tar.gz abaddon-portaudio-44ab35dfd591c4c357673cc2ce3cb3a6964a1fff.zip |
Merge pull request #145 from uowuo/notifications
Notifications
Diffstat (limited to 'src/discord/store.hpp')
-rw-r--r-- | src/discord/store.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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); |