$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
-
Create two commands and set the trigger
!ping
for one command and!secret
for the other. -
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!]
-
Execute commands