arduinodiscord / bot-legacy

A helpful bot for the Arduino discord community.
https://arduino.cc/discord
GNU General Public License v3.0
15 stars 10 forks source link

feat: spam/duplicate detection #67

Closed alexanderl19 closed 3 years ago

alexanderl19 commented 3 years ago

Is your feature request related to a problem? Please describe. Often, people post the same problem in multiple help channels. Ideally, we would have an automated way of detecting and preventing this.

Describe the solution you'd like Have the bot reference messages sent from the user in the other help channel and general to see if they are similar/copy pasted.

Describe alternatives you've considered

Additional context

max-bromberg commented 3 years ago

This will likely be wrapped up in the implementation of #43, whatever that is.