Rcon is not a constructor
ECEstal opened this issue · 1 comments
ECEstal commented
Trying to construct it says that rcon is not a constructor.
ThePhantomPig791 commented
After trying to fix this same error for a while, I found a solution (I don't know if you care anymore, though)!
Instead of importing like this, const { Rcon } = require('rcon');
Import it like this: const Rcon = require('rcon');