fix: removes store channels

This commit is contained in:
Skillz4Killz
2022-03-31 13:50:19 +00:00
committed by GitHub
parent bcaa43ab7d
commit 167bc73d75
3 changed files with 11 additions and 10 deletions

View File

@@ -18,7 +18,6 @@ export function sendMessage(bot: BotWithCache) {
channel &&
[
ChannelTypes.GuildCategory,
ChannelTypes.GuildStore,
ChannelTypes.GuildStageVoice,
].includes(channel.type)
) {