diff options
Diffstat (limited to 'components/channels.hpp')
-rw-r--r-- | components/channels.hpp | 1 |
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: |