$endif

Ends an if statement.

Syntax

$endif

Example

$nomention
$if[$message==BDFD]
  I love BDFD!
$endif
!example BDFD I love BDFD!
  • Without $endif:
!example BDFD $if not closed with $endif

Read more

For more information, read the the If Statements Guide.