summaryrefslogtreecommitdiff
path: root/discord/objects.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2020-09-21 18:47:34 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2020-09-21 18:47:34 -0400
commit3b4edbfa16861b5013663396e1af827ba889e9df (patch)
tree51686baf5997c32a3e3aac0aa20368c404f6f3f1 /discord/objects.hpp
parent23b32f8de957204597308f2c1823d5e89f632610 (diff)
downloadabaddon-portaudio-3b4edbfa16861b5013663396e1af827ba889e9df.tar.gz
abaddon-portaudio-3b4edbfa16861b5013663396e1af827ba889e9df.zip
join/leave guild
Diffstat (limited to 'discord/objects.hpp')
-rw-r--r--discord/objects.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/discord/objects.hpp b/discord/objects.hpp
index 4714c85..e2526fe 100644
--- a/discord/objects.hpp
+++ b/discord/objects.hpp
@@ -11,6 +11,7 @@
#include "guild.hpp"
#include "usersettings.hpp"
#include "message.hpp"
+#include "invite.hpp"
// most stuff below should just be objects that get processed and thrown away immediately
@@ -29,6 +30,8 @@ enum class GatewayEvent : int {
MESSAGE_DELETE,
MESSAGE_UPDATE,
GUILD_MEMBER_LIST_UPDATE,
+ GUILD_CREATE,
+ GUILD_DELETE,
};
struct GatewayMessage {