Hello, in the recent version(s) there's a new issue introduced to my use case. In v 1.28.0 the issue doesn't occur while on 1.30.0 it does.
What I do is take a message that has a quoted message, then I get the quoted message:
const quoted = await msg.getQuotedMessage();
And react to it:
await quoted.react("✅");
The reaction on quoted messages doesn't work, while it does work on the original 'msg' variable. Only when fetching the quoted message it throws this error, which didn't happen on 1.28.0