Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

embeds-builder

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

embeds-builder

easy npm can help you to make more than 1 embed with 1line

  • 1.0.0
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Embed-Builder

With Some Help With Package You Can Get Some Simple Help To Make An Embed (Alert: This Is A Beta)

Features:

  • ?? Help You To Make A Simple Embed
  • Make Embed With 1 Line
  • ?? Can Be Helpful In Big Projects

Example code:

How To Use The Npm:

const simpleembed = require("embeds-builder")
simpleembed.embedbuilder(<message>,"title","url","author","author-Image","color","footer","description","image","thumbnail",timestamp)
// The Time Stamp Must To be (true, Or Just Keep It Clear)

Embed Reply Code Ex:

const Discord = require("discord.js")
const client = new Discord.Client()
const simpleembed = require("embeds-builder")
client.on("message", (msg) => {
    simpleembed.embedbuilder(msg,"My Title","My Url Of Title",msg.author.username,msg.author.avatarURL({dynamic:true}),"MY Color","My Footer","This Is Description","And This Is My Image","With Some help With Thumbnail",true)
})


Notes:

  • If You Have Some Errors Just Contact With LA?Ali#1229 In Discord
  • If You Want To Help Me Just Try And Use My Bot

Keywords

FAQs

Package last updated on 29 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc