$ban
Bans a user.
Usage
$ban[guildID;userID;reason;days]Param
Description
Type
Required
Example
bot.commands.add({
type: "basicCommand",
name: "ban",
code: `$ban[$guildID;$mentioned[1;no];$messageSlice[1]]
$argsCheck[>1;Invalid argument provided! Usage: \`!ban (user) (reason)\`
$onlyIf[$hasPerm[$guildID;$authorID;ban]==true;You are missing the 'ban' permission.]`
})Last updated
Was this helpful?