Getting unknown message when the message ID matches the message?
I have zero clue why this is happening...
ERROR:
Code: https://gist.githubusercontent.com/DudeThatsErin/b0231f2a38cb85309a33de14faac0107/raw/cf60a44de9d4329b462fd93fe2b7849e14ecc1ec/prog-sugg.js
Message ID is found in DB and matches the message in the channel. This is for my suggestions command.
/suggestions
is used to create an embed with a thumbs up and thumbs down in a channel and then it creates a thread related to that suggestion (so we can chat about it). Then this command /suggestionprogress
takes the message ID of that embed as well as an "in progress" message.
I understand it is saying that this message ID isn't found by discord... I have no clue why.6 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
The most probable reason is the message was deleted
It isn't.
I'm looking at the message right now.
Are you sure the channel id matches?
and the message one too?
That was it. The channel ID was wrong.
Thanks!
np