mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
feat: fix typo in name and add isThreadChannel
This commit is contained in:
@@ -24,7 +24,7 @@ export async function sendMessage(channelId: bigint, content: string | CreateMes
|
||||
DiscordChannelTypes.GuildNews,
|
||||
DiscordChannelTypes.GuildText,
|
||||
DiscordChannelTypes.GuildPublicThread,
|
||||
DiscordChannelTypes.GuildPivateThread,
|
||||
DiscordChannelTypes.GuildPrivateThread,
|
||||
DiscordChannelTypes.GuildNewsThread,
|
||||
].includes(channel.type)
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user