1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-11-27 17:23:00 +00:00

discord: Add Guild{Directory,Forum}

This commit is contained in:
diamondburned 2022-09-19 14:55:54 -07:00
parent 10589eab14
commit d96ce0f54c
No known key found for this signature in database
GPG key ID: D78C4471CE776659

View file

@ -181,6 +181,10 @@ const (
GuildPrivateThread GuildPrivateThread
// GuildStageVoice is a voice channel for hosting events with an audience. // GuildStageVoice is a voice channel for hosting events with an audience.
GuildStageVoice 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 // https://discord.com/developers/docs/resources/channel#overwrite-object