$stop

This function will cause the interpetender to stop the command execution & return a message if wanted.

Usage:

$stop[Message (optional)]

Example:


Member04/02/2024
!!exec $sendMessage[This message will be send;no]
$stop[This funtion will cause the interpetender to stop the code]
$sendMesssage[This message won't be send;no]
Custom Command Bot 04/02/2024
This message will be send
Custom Command Bot 04/02/2024
This funtion will cause the interpetender to stop the code

Note

You can send embed using Message Curl Format

Watch Out!!

Using plain text in your code, like below will NOT work!!

This code doesn't work:

This is plain text before the stop function
$stop
This is plain text after the stop function

^^ - This will not send anything!

Function difficulty Medium
Tags: Stop Cancel Error End Execution