• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Search results

  1. Pheeko

    EN toString returns [object Object]

    Hey, Can someone tell me why toString() helper function returns [object Object] instead of a string representation of an object? Here's the code: engine.log(ev.toString()); I also tried: engine.log(toString(ev)); var helpers = require('helpers'); engine.log(helpers.toString()); However...
Top