Answers for "TypeError: channel.fetchMessages is not a function"

2

message.channel.fetchMessages is not a function

// what you are trying to write was taken out of discord.js v12

message.channel.messages.fetch()
Posted by: Guest on July-13-2020

Code answers related to "TypeError: channel.fetchMessages is not a function"

Code answers related to "Javascript"

Browse Popular Code Answers by Language