Make Configurable Canvas Easily With Canvafy!
Last updated 8 months ago
For npm
npm i canvafy
For Yarn
yarn add canvafy
Easy to use.
Beginner friendly.
Supports Discord.js v13 & v14 And Eris.
Patch Notes!
const canvafy = require("canvafy");
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}`) });