mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-22 10:35:33 +00:00
f81e5f6afa
Adding `this.events[id]?.()` cleans up the listener. I removed `opts.cancel()` because with it, the event had issues firing after the first time. Resolves: #1242