fix: dislike button not working properly

This commit is contained in:
GramingFoxTeam
2023-03-21 19:57:22 +03:00
parent a9ff00394a
commit 85eba55424
4 changed files with 63 additions and 48 deletions

View File

@@ -19,7 +19,7 @@ export default {
`## ${response.reply.title}\n\n${response.reply.desc}\n\n_Confidence: ${intent.confidence}_\n\nThis bot is currently being tested in production. Ignore it, if it's wrong.`,
{
message_thread_id: ids[1],
reply_to_message_id: ids[2],
reply_to_message_id: ids[2]
}
);