© 2026 Hedgehog Software, LLC
interaction.channel.messages.fetch(messageid) .then(message => { message.delete() }) .catch(() => { return; });
TypeError: Cannot read properties of undefined (reading 'messages')
module.exports = async (client, interaction) => { ...