i can still fetch the message
i deleted the message from the channel but the code still fetcing that message form the channel
const ticketMessage = await ticketChannel.messages.fetch(data.messageID);
console.log(ticketMessage)