$botLeave
Forces the bot to leave the current server.
Syntax
$botLeave
Example
$nomention
$sendMessage[I left this server!]
$botLeave

How $sendMessage[] works?
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