$botListHide

Hides this command from being shown on the BDL command list (if the bot is on Bot Designer List).

Syntax

$botListHide

This function does not hide the command for $botCommands[].

Example

  1. Create two commands and set the trigger !ping for one command and !secret for the other.

  2. Add the $botListHide function to the command code with the !secret trigger.

    Code with trigger !secret:

    $nomention
    This is a secret command! 🤫
    $botListHide
    

    Code with trigger !ping:

    $nomention
    Pong!
    $botListDescription[Ping? Pong!]
    
  3. Execute commands

    example

    • With $botListHide example

    • Without $botListHide example