summaryrefslogtreecommitdiff
path: root/components/channels.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2020-11-01 00:01:48 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2020-11-01 00:01:48 -0400
commit79e4252ab390d2449757c972f248bc194be4134f (patch)
treedc21a05d669ca5990fa697cf272d9d526fdf0b3d /components/channels.hpp
parent2d0c78d4fae6e7a2e596fe9db24a78a0f878bd48 (diff)
downloadabaddon-portaudio-79e4252ab390d2449757c972f248bc194be4134f.tar.gz
abaddon-portaudio-79e4252ab390d2449757c972f248bc194be4134f.zip
handle GUILD_UPDATE
Diffstat (limited to 'components/channels.hpp')
-rw-r--r--components/channels.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/channels.hpp b/components/channels.hpp
index b5373e5..6c6997a 100644
--- a/components/channels.hpp
+++ b/components/channels.hpp
@@ -91,6 +91,7 @@ public:
void UpdateRemoveChannel(Snowflake id);
void UpdateChannel(Snowflake id);
void UpdateCreateChannel(Snowflake id);
+ void UpdateGuild(Snowflake id);
void Clear();
protected: