Closed HEKOO321 closed 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()?
message.channel.send()
or maybe like a way to fetch console log
figured it out
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()
?