๐ŸฅณWelcome

Make Configurable Canvas Easily With Canvafy!

๐ŸŽ Buy Me a Coffee

โš™๏ธ Installation

For npm

npm i canvafy

For Yarn

yarn add canvafy

โœจ Features

  • Easy to use.

  • Beginner friendly.

  • Supports Discord.js v13 & v14 And Eris.

๐Ÿ“š Usage

const canvafy = require("canvafy");

๐ŸŒ™ Example Of Code With Discord.js v14

const canvafy = require("canvafy");
const { Client, GatewayIntentBits } = require("discord.js");
const client = new Client({ intents: [GatewayIntentBits.Guilds, GatewayIntentBits.GuildMembers, GatewayIntentBits.Presences, GatewayIntentBits.Messages] });

client.on("ready", () => {
  console.log(`I connect to ${client.user.tag}`)
});

๐Ÿ“ท Preview

Last updated