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.
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.