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:
parent
10589eab14
commit
d96ce0f54c
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue