When I try to run a second gunbot I get this:
Loading config...
events.js:182
throw er; // Unhandled 'error' event
^
Error: bind EADDRINUSE null:5001
at Object.exports._errnoException (util.js:1026:11)
at exports._exceptionWithHostPort (util.js:1049:20)
at listenOnMasterHandle (net.js:1385:16)
at shared (internal/cluster/child.js:105:3)
at Worker.send (internal/cluster/child.js:76:7)
at process.onInternalMessage (internal/cluster/utils.js:42:
at emitTwo (events.js:130:20)
at process.emit (events.js:213:7)
at process.nextTick (internal/child_process.js:755:12)
at _combinedTickCallback (internal/process/next_tick.js:95:7)
at process._tickCallback (internal/process/next_tick.js:161:9)
Any idea what I need to do to get this to work?