Undiscord tries to delete messages from a bot over and over. #501
Replies: 4 comments 1 reply
-
Not sure what the fix is to this, but it's ruining everything |
Beta Was this translation helpful? Give feedback.
-
Is there any solution to this problem? @victornpb |
Beta Was this translation helpful? Give feedback.
-
Is there any solution to this problem? @victornpb |
Beta Was this translation helpful? Give feedback.
-
If the 403 error is because of a bot: In Regex enter this:
This works specifically with a GPT bot on the server I'm in. (?!\s*$) = Whitespace: the bot in my server often posts posts that are only whitespace, aka: no characters at all. This skips posts with no input. (?!.*\bwarn\b) = The other post the bot makes contains the word "Warn", this skips all posts that contain the word "Warn" Replace these with whatever unique words or phrases the bot in the server you are trying to avoid uses. |
Beta Was this translation helpful? Give feedback.
-
Im trying to delete all my messages in a server, the server has a bot that would "snipe" your deleted messages when a command was entered and people did that a lot to me, now when i try to delete MY messages, it also tries to delete the snipebot's messages since theyre attached to me somehow, how do i fix this to where the bot only tries to delete messages that come from me?
" [6/1909] 5/1/2023, 10:23:26 PM SnipeBot#3414:
Error deleting message, API responded with status 403! {"message":"Missing Permissions","code":50013} "
Beta Was this translation helpful? Give feedback.
All reactions