$ignoreCode
Allows you to comment on your code, without the text being included in the bot's response.
Usage
$ignoreCode[text]Param
Description
Type
Required
Example
bot.commands.add({
type: "basicCommand",
name: "example",
code: `Hello World! $ignoreCode[You will not see this in the bot's response]`
})
Last updated
Was this helpful?