From 3b4edbfa16861b5013663396e1af827ba889e9df Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Mon, 21 Sep 2020 18:47:34 -0400 Subject: join/leave guild --- discord/objects.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'discord/objects.hpp') 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 { -- cgit v1.2.3