boulder-rust / discord_bot

The chatbot for the Boulder Rust meetup
Apache License 2.0
4 stars 2 forks source link

Deduplicate responses #8

Open zmitchell opened 1 year ago

zmitchell commented 1 year ago

Right now every running instance of the bot will respond to a given event. This means that if you have a bot running in "production" and a bunch of people running the bot on their laptops you're going to get 34528 replies to a given message.

Investigate whether there's an easy way to prevent duplicate responses during development.