$else

A block of code to be executed, if the $if[] condition is false.

Syntax

$else

Example

$nomention
$if[$authorID==$botOwnerID]
  $sendMessage[You are the developer of this bot!]
$else
  $sendMessage[You are not the developer of this bot!]
$endif

example

For more info, see the If Guide.