re-add CDN TODO comment
This commit is contained in:
parent
b7f966c8c2
commit
63bd6d97c6
@ -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({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user