$endif
Ends an if statement.
Syntax
$endif
Example
$nomention
$if[$message==BDFD]
I love BDFD!
$endif
- Without
$endif
:
$if
not closed with $endif
For more information, read the the If Statements Guide.
Ends an if statement.
$endif
$nomention
$if[$message==BDFD]
I love BDFD!
$endif
$endif
:$if
not closed with $endif
For more information, read the the If Statements Guide.