zackderose
zackderose
DIAdiscord.js - Imagine an app
Created by Mat on 8/23/2023 in #djs-questions
Detect replies and edit own message
Having a similar question. Working on a bot that will let an admin move questions to our forums channel. From what I've seen we can easily get a reference to the parent message given we have the child via Message#reference as mentioned. But what I really need is a way to gather all child replies given a parent Message. I imagine we could listen to any ReplyMessage and keep them in the bot's memory. This seems overkill, but would work I believe.
8 replies