refactor: Remove store channels (#7634)

This commit is contained in:
Jiralite
2022-04-09 10:34:05 +01:00
committed by GitHub
parent 402514ff32
commit aedddb875e
13 changed files with 21 additions and 139 deletions

View File

@@ -7,7 +7,6 @@ const allowedChannelTypes = [
ChannelType.GuildVoice,
ChannelType.GuildCategory,
ChannelType.GuildNews,
ChannelType.GuildStore,
ChannelType.GuildNewsThread,
ChannelType.GuildPublicThread,
ChannelType.GuildPrivateThread,