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
I found that the bot has an issue with deleting messages. When a "duplicated" message is deleted, from someone with roles (moderation), this message won't get deleted on linked servers.
It does work when the original message is deleted (by the sender or a moderator), but not when a linked message is.
The text was updated successfully, but these errors were encountered:
Hello, as far as I remember my own code, this is actually on purpose (I'll double check though).
I can understand it can be confusing at first but I wanted to keep the "power" to the server that owns the message in the first place (aka: each server handles its own moderation).
Following our conversation on discord, once the "true" edits with PATCH are implemented, I'll work on making this work.
I'll have to follow the array, see for each message their "duplicates" and if I find it, delete the "parent" and all the other duplicated messages.
I'll integrate it with an option, so you can keep the current behaviour.
The reason I want it this way is for consistency across all channels. They must have the same content. If someone delete a message, it can't remain on the other sides. Moderation is cooperative between servers, so if someone decides a message is not OK, it's not OK for all the servers
Hi,
I found that the bot has an issue with deleting messages. When a "duplicated" message is deleted, from someone with roles (moderation), this message won't get deleted on linked servers.
It does work when the original message is deleted (by the sender or a moderator), but not when a linked message is.
The text was updated successfully, but these errors were encountered: