jorisvddonk / node-red-contrib-discord

Node-red nodes that allow you to interact with Discord.
15 stars 19 forks source link

Nodes may be active multiple times after several redeployments #2

Closed jorisvddonk closed 7 years ago

jorisvddonk commented 7 years ago

I was developing my bot, when suddenly I noticed that it was responding twice to each of my messages. Presumably, the discordMessage node is not always tearing down event handlers properly.