diff --git a/src/util/entities/Channel.ts b/src/util/entities/Channel.ts index 6538b52..4cd6c53 100644 --- a/src/util/entities/Channel.ts +++ b/src/util/entities/Channel.ts @@ -459,6 +459,7 @@ } static async deleteChannel(channel: Channel) { + // TODO Delete attachments from the CDN for messages in the channel await Channel.delete({ id: channel.id }); const guild = await Guild.findOneOrFail({