$ignoreCode

Allows you to comment on your code, without the text being included in the bot's response.

Usage

$ignoreCode[text]

This function has one param.

ParamDescriptionTypeRequired

text

The text/code to ignore.

String

Yes

Example

bot.commands.add({
    type: "basicCommand",
    name: "example",
    code: `Hello World! $ignoreCode[You will not see this in the bot's response]`
})

Last updated