Logs something to the console.
Last updated 2 years ago
$log[text]
This function has one param.
bot.commands.add({ type: "basicCommand", name: "example", code: `$log[Hello World!]` })
text
The text to log.
String
Yes