pushrax / node-rcon

A generic RCON protocol client for node.js
MIT License
134 stars 31 forks source link

output? #24

Closed HEKOO321 closed 5 years ago

HEKOO321 commented 5 years ago

Alright everything worked, but I am using rcon for a discord bot, your function rcon.send() sends the output in console, is it possible to get the output and put it in the function message.channel.send()?

HEKOO321 commented 5 years ago

or maybe like a way to fetch console log

HEKOO321 commented 5 years ago

figured it out