Vencord / plugin-requests

Vencord plugin requests. Open the link below to create a request
https://github.com/Vencord/plugin-requests/issues/new?template=request.yml
29 stars 4 forks source link

Ignore messages from bots #220

Open fdkchx opened 5 months ago

fdkchx commented 5 months ago

Plugin Description

Create a plugin that will allow you to ignore or completely hide messages and chats with bots For example, when the server bot writes to me in private messages, I will not see this message, as well as the notification itself

As an alternative, you can set up automatic search and blocking of all bots from the server on your account

Existing Plugin for other mod

No response

Request Agreement

fily-gif commented 5 months ago

This is a great suggestion! Please never ask for a selfbotting solutions.

Sqaaakoi commented 5 months ago

This is a great suggestion! Please never ask for a selfbotting solutions.

????? This has nothing to do with selfbotting.

nin0-dev commented 5 months ago

This is a great suggestion! Please never ask for a selfbotting solutions.

????? This has nothing to do with selfbotting.

they were likely talking about this

automatic search and blocking of all bots from the server on your account

former option could be implemented, latter one not since it may be selfbotting

EdVraz commented 5 months ago

Automatic blocking of accounts is definitely selfbotting

Sqaaakoi commented 5 months ago

This is a great suggestion! Please never ask for a selfbotting solutions.

????? This has nothing to do with selfbotting.

they were likely talking about this

automatic search and blocking of all bots from the server on your account

former option could be implemented, latter one not since it may be selfbotting

yeah I didnt entirely catch/consider that when I said that, you are right that auto-blocking bots is definitely selfbotting

Andrew6rant commented 5 months ago

Not a plugin, but you can inject this CSS to hide bot messages:

[class^="messageListItem_"]:has([class^="botText_"]) {
  display:none;
}

It obviously won't hide notifications or perform any type of action on behalf of your account though