$log

Logs something to the console.

Usage

$log[text]

This function has one param.

Param
Description
Type
Required

text

The text to log.

String

Yes

Example

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

Last updated

Was this helpful?