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