summaryrefslogtreecommitdiff
path: root/discord/member.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-01-07 02:41:49 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2021-01-07 02:41:49 -0500
commit8cf95fce0cb233125334482149c2c9f4219da52b (patch)
treec0c2e267385363e0f87ad4c80d299c08d33a33a9 /discord/member.hpp
parent2d6c4cd50d0075c064641150dcf65e6b58d5bf36 (diff)
downloadabaddon-portaudio-8cf95fce0cb233125334482149c2c9f4219da52b.tar.gz
abaddon-portaudio-8cf95fce0cb233125334482149c2c9f4219da52b.zip
improve build process, add github actions
Diffstat (limited to 'discord/member.hpp')
-rw-r--r--discord/member.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/member.hpp b/discord/member.hpp
index 9518259..0a5e57d 100644
--- a/discord/member.hpp
+++ b/discord/member.hpp
@@ -6,8 +6,8 @@
#include <vector>
struct GuildMember {
- std::optional<User> User; // only reliable to access id. only opt in MESSAGE_*
- std::string Nickname; // null
+ std::optional<UserData> User; // only reliable to access id. only opt in MESSAGE_*
+ std::string Nickname; // null
std::vector<Snowflake> Roles;
std::string JoinedAt;
std::optional<std::string> PremiumSince; // null