$botLeave

Forces the bot to leave the current server.

Syntax

$botLeave

Example

$nomention
$sendMessage[I left this server!]
$botLeave
!example I left this server!

example

What is this?

How $sendMessage[] works?

Warning

If you are using BDScript 2, put $botLeave at the very bottom of the code so that the code works correctly i.e:

❌ Not correct:

$botLeave
$nomention
$sendMessage[I left this server!]

✅ Correct:

$nomention
$sendMessage[I left this server!]
$botLeave