messages
getting messages of a discord channel?
get TypeError: Cannot read properties of undefined (reading 'fetch')
get TypeError: Cannot read properties of undefined (reading 'fetch')
channel.messages.fetch().then(messages => {
console.log(messages);
});