Merge branch 'change-cache-members' of https://github.com/discordeno/discordeno into change-cache-members

This commit is contained in:
ITOH
2021-05-05 18:09:58 +02:00
43 changed files with 200 additions and 163 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ export async function handleChannelDelete(data: DiscordGatewayPayload) {
if (
[
DiscordChannelTypes.GuildText,
DiscordChannelTypes.Dm,
DiscordChannelTypes.DM,
DiscordChannelTypes.GroupDm,
DiscordChannelTypes.GuildNews,
].includes(payload.type)