Socket
Book a DemoInstallSign in
Socket

discord-canvascord

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

discord-canvascord

Easy way to setup join & leave system

0.0.1
latest
Source
npmnpm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

📦 Discord-canvascord

  • Best package for join and leave system.
  • Light package with advance features.

📂 Example for discord.js

//Top of your file
const Canvas = require("discord-canvascord");
const Discord = require("discord.js");

const image = await new Canvas.Welcome()
.setUsername("user_name")
.setDiscriminator("Description")
.setMemberCount("120")
.setGuildName("your_server_name")
.setAvatar("user_avatar")
.setColor("border", "#0000")
.setColor("username-box", "#0000")
.setColor("discriminator-box", "#0000")
.setColor("message-box", "#0000")
.setColor("title", "#0000")
.setColor("avatar", "#0000")
.setBackground("background_image")
.toAttachment();
const attachment = new Discord.MessageAttachment(image.toBuffer(), "welcome.png");
<channel>.send({files: [attachment]});

Made by ron with 💖

Keywords

canvas

FAQs

Package last updated on 29 Jun 2022

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.