This repository has been archived on 2026-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
Zane Helton 4f75919651 Add OP to message.mentions when replied to
The `message.message_reference` stores:

1. `message_id`
2. `channel_id`
3. `guild_id`

We use the `message_id` and `channel_id` to `.findOne(...)` Message, and
find the author. If the author is the same as OP, we skip (so replying
to yourself doesn't add you to the mentions array) otherwise, it adds
the author_id to the mentions array.

Resolves: #1247
2025-06-29 09:14:58 +10:00
..
2025-03-23 23:29:19 -05:00
2023-03-31 02:15:42 +11:00