requireBotPermissions

fun requireBotPermissions(vararg perms: Permission)
fun requireBotPermissions(perms: Permissions)

If your bot requires permissions to be able to execute the command, add them using this function.