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
At the moment you need to persist every message by yourself, either by using self.bot.storage.* or in some other way.
Maybe it makes sense to have a chat history option, so the bot can react to any message it already saw. It makes sense, because a smartphone also persist every message:
I can think of these options
How can I identify previous messages?
I don't mean send prior the "the bot being online".
I see that a
reaction
results in this:ctx.message.raw_message.envelope.dataMessage.reaction
but what is message
"targetSentTimestamp": 1675109984233
?for contrast
reply
does make it more easily to identify the corresponding message:ctx.message.raw_message.envelope.dataMessage.quote
I hope this question makes sense.
p.s.: questions wouldn't require a issue if you enable GitHub discussions in the repository settings. ;)
The text was updated successfully, but these errors were encountered: