i can still fetch the message

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