From d96ce0f54cf10c9677470489278a82484b2831c7 Mon Sep 17 00:00:00 2001 From: diamondburned Date: Mon, 19 Sep 2022 14:55:54 -0700 Subject: [PATCH] discord: Add Guild{Directory,Forum} --- discord/channel.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/discord/channel.go b/discord/channel.go index 0990ba8..72f04be 100644 --- a/discord/channel.go +++ b/discord/channel.go @@ -181,6 +181,10 @@ const ( GuildPrivateThread // GuildStageVoice is a voice channel for hosting events with an audience. GuildStageVoice + // GuildDirectory is the channel in a hub containing the listed servers. + GuildDirectory + // GuildForum is a channel that can only contain threads. + GuildForum ) // https://discord.com/developers/docs/resources/channel#overwrite-object