mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-13 21:35:02 +00:00
support media channels
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
1579c3ec25
commit
c5704131ce
2 changed files with 6 additions and 0 deletions
|
@ -56,6 +56,7 @@ export async function getChannelInfoEmbed(
|
|||
[ChannelType.AnnouncementThread]: "News Thread channel",
|
||||
[ChannelType.GuildDirectory]: "Hub channel",
|
||||
[ChannelType.GuildForum]: "Forum channel",
|
||||
[ChannelType.GuildMedia]: "Media channel",
|
||||
}[channel.type] ?? "Channel";
|
||||
|
||||
embed.author = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue