$suppressErrorLogging

Premium

Disable error logging for the command in bot logs.

Syntax

$suppressErrorLogging

Example

$nomention
Hello world!
$createChannel[;]
$suppressErrorLogging
!example ❌ Function $createChannel at 3:17 returned an error: expected valid value in position 1, got empty value

In the BDFD Web App:

  • With $suppressErrorLogging:
    example
  • Without $suppressErrorLogging:
    example

Tip

You can use $suppressErrors to disable error bot response.