mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 16:30:08 +00:00
fix: removes store channels
This commit is contained in:
@@ -18,7 +18,6 @@ export function sendMessage(bot: BotWithCache) {
|
||||
channel &&
|
||||
[
|
||||
ChannelTypes.GuildCategory,
|
||||
ChannelTypes.GuildStore,
|
||||
ChannelTypes.GuildStageVoice,
|
||||
].includes(channel.type)
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user