discord-image-generation
1.4.9 • Public • Published
- Readme
- Explore BETA
- 3 Dependencies
- 2 Dependents
- 43 Versions
A powerfull module that allow you to generate awesome images. Feel free to report all bugs and glitches by creating an issue in the issue section. A correct and understandable issue contains : Please join this community server to follow all my projects or if you need help. You can download it from npmjs. The first step is to import the module in your code. Then you have to request your image and send it as an attachement. You can add as many images as you want Limited to 300char (Thanks to sιмση ℓεcℓεяε#5765) Currency ($, €, ...) An hex color is needed, like "#FF0000" Thanks to Alex15#0010 for the big help ! discord-image-generation
Bugs and glitches
Download
npm i discord-image-generation
Configuration
const DIG = require ( "discord-image-generation" ) ;
// Import the discord.js library. const Discord = require ( "discord.js" ) // Create a new discord.js client. const bot = new Discord . Client ( ) const DIG = require ( "discord-image-generation" ) ; > You can also destructure to avoid repeating DIG . // Listen to the ready event bot . on ( "ready" , ( ) => { console . log ( "ok" ) ; } ) // Listen to the message event bot . on ( "message" , async ( message ) => { if ( message . content === "*delete" ) { // Get the avatarUrl of the user let avatar = message . author . displayAvatarURL ( { dynamic: false , format: 'png' } ) ; // Make the image let img = await new DIG . Delete ( ) . getImage ( avatar ) // Add the image as an attachement let attach = new Discord . MessageAttachment ( img , "delete.png" ) ; ; message . channel . send ( attach ) } } ) // Log in to the bot bot . login ( "super_secret_token" )
Available images
Filters
new DIG.Blur().getImage(`<Avatar>`, `<Level(Number)>`);
new DIG.Gay().getImage(`<Avatar>`);
new DIG.Greyscale().getImage(`<Avatar>`);
new DIG.Invert().getImage(`<Avatar>`);
new DIG.Sepia().getImage(`<Avatar>`);
Gifs
new DIG.Blink().getImage(`<Avatar>`, `<Avatar2>`.....);
new DIG.Triggered().getImage(`<Avatar>`);
Montage
new DIG.Ad().getImage(`<Avatar>`);
new DIG.Affect().getImage(`<Avatar>`);
new DIG.Batslap().getImage(`<Avatar>`, `<Avatar2>`);
new DIG.Beautiful().getImage(`<Avatar>`);
new DIG.Bed().getImage(`<Avatar>`, `<Avatar2>`);
new DIG.Bobross().getImage(`<Avatar>`);
new DIG.ConfusedStonk().getImage(`<Avatar>`);
new DIG.Delete().getImage(`<Avatar>`);
new DIG.DiscordBlack().getImage(`<Avatar>`)
new DIG.DiscordBlue().getImage(`<Avatar>`)
new DIG.DoubleStonk().getImage(`<Avatar`, `<Avatar2>`)
new DIG.Facepalm().getImage(`<Avatar>`);
new DIG.Hitler().getImage(`<Avatar>`);
new DIG.Jail().getImage(`<Avatar>`);
new DIG.Karaba().getImage(`<Avatar>`);
new DIG.Kiss().getImage(`<Avatar>`, `<Avatar2>`);
new DIG.LisaPresentation().getImage(`<Text>`);
new DIG.Mms().getImage(`<Avatar>`);
new DIG.NotStonk().getImage(`<Avatar>`);
new DIG.Podium().getImage(`<Avatar1>, <Avatar2>, <Avatar2>, <Name1>, <Name2>, <Name3>`);
new DIG.Poutine().getImage(`<Avatar>`);
new DIG.Rip().getImage(`<Avatar>`);
new DIG.Spank().getImage(`<Avatar>`, `<Avatar2>`);
new DIG.Stonk().getImage(`<Avatar>`);
new DIG.Tatoo().getImage(`<Avatar>`)
new DIG.Thomas().getImage(`<Avatar>`);
new DIG.Trash().getImage(`<Avatar>`);
new DIG.Wanted().getImage(`<Avatar>`, `<Currency>`);
Utils
new DIG.Circle().getImage(`<Avatar>`);
new DIG.Color().getImage(`<Color>`);
Changelog
v1.4.8
v1.4.7
v1.4.5
v1.4.0
v1.3.9
v1.3.8
v1.3.4
v1.3.2
v1.2.12
v1.2.9
v1.1.5
v1.1.2
v1.0.0
v0.1.14
v0.1.13
v0.1.12
v0.1.11
v0.1.9
Source: https://www.npmjs.com/package/discord-image-generation
Posted by: claypirmane0193537.blogspot.com