You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So in the code theres a piece that has this message.channel.fetchMessages you should change that to message.channel.messages.fetch so it can work since Discord v12 doesn't support it or use it
The text was updated successfully, but these errors were encountered:
To clarify, my whole code Is running under discord V11 and I'm having no plans on updating It.
However, I've updated the Readme file to indicate that the current code version isn't up to date.
Thanks !
Ps My apologies for the late response, I'm not using Github often.
So in the code theres a piece that has this
message.channel.fetchMessages
you should change that tomessage.channel.messages.fetch
so it can work since Discord v12 doesn't support it or use itThe text was updated successfully, but these errors were encountered: