$log
Logs something to the console.
Usage
$log[text]Param
Description
Type
Required
Example
bot.commands.add({
type: "basicCommand",
name: "example",
code: `$log[Hello World!]`
})Last updated
Was this helpful?
Logs something to the console.
$log[text]bot.commands.add({
type: "basicCommand",
name: "example",
code: `$log[Hello World!]`
})Last updated
Was this helpful?
Was this helpful?