re-add CDN TODO comment

This commit is contained in:
TomatoCake 2024-08-18 10:50:45 +02:00
parent b7f966c8c2
commit 63bd6d97c6

View File

@ -459,6 +459,7 @@ export class Channel extends BaseClass {
} }
static async deleteChannel(channel: Channel) { static async deleteChannel(channel: Channel) {
// TODO Delete attachments from the CDN for messages in the channel
await Channel.delete({ id: channel.id }); await Channel.delete({ id: channel.id });
const guild = await Guild.findOneOrFail({ const guild = await Guild.findOneOrFail({