$botLeave
Forces the bot to leave every server that is provided.
Usage
$botLeave[guildID;...]Param
Description
Type
Required
Example
bot.commands.add({
type: "basicCommand",
name: "example",
code: `
$onlyForIDs[$botOwnerID;You are not my bot owner!]
Bye!
$botLeave[$guildID]
`
})Last updated
Was this helpful?