$log

Logs something to the console.

Usage

$log[text]

This function has one param.

Example

bot.commands.add({
    type: "basicCommand",
    name: "example",
    code: `$log[Hello World!]`
})

Last updated