p0t4t0sandwich / Switchboard

A simple, cross API plugin that bridges communication between servers, using built-in Proxy methods, Discord channels and TCP sockets.
GNU General Public License v3.0
4 stars 2 forks source link

Discord message listen event persists between reloads #2

Closed p0t4t0sandwich closed 10 months ago

p0t4t0sandwich commented 10 months ago

Fix should be to skip registering the event listener if the server has been reloaded, or to unregister it during the stop phase.