From 63bd6d97c60e464a0d6ce2cea70cb4217f2c749c Mon Sep 17 00:00:00 2001 From: TomatoCake <60300461+DEVTomatoCake@users.noreply.github.com> Date: Sun, 18 Aug 2024 10:50:45 +0200 Subject: [PATCH] re-add CDN TODO comment --- src/util/entities/Channel.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/entities/Channel.ts b/src/util/entities/Channel.ts index 6538b523..4cd6c539 100644 --- a/src/util/entities/Channel.ts +++ b/src/util/entities/Channel.ts @@ -459,6 +459,7 @@ export class Channel extends BaseClass { } 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({