Image Cord
It is a package used to make discord bots. It sends attachments of image manipulation, Anime, nsfw, and more pictures easily without any APIs.
Install / Use
npx skills add diwasatreya/image-cordInstalls into whichever agent you are using.
README
Info
I planned to make this package like creating meme, anime, logo, more templates that you have never expected. But this is pending idk when I will update this.
About
image-cord is a just a package that create images and gifs. This package is only for making discord bot commands of fun category and image category. This package is new we are adding many things.
Installation
npm i image-cord
Example usage
const Discord = require("discord.js")
const { MessageEmbed } = require('discord.js')
const client = new Discord.Client()
const gif = require("image-cord")
client.on("ready", () => {
console.log("YAY! Bot is online and ready")
})
client.on("message", async message => {
if(message.content === "!hug") {
let image = await gif.Hug()
let embed = new MessageEmbed()
.setColor("#87CEEB")
.setImage(image)
.setTimestamp()
message.channel.send(embed)
}
})
client.login(process.env.TOKEN);
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
imsg
385.5kUse the imsg CLI from OpenClaw agents for iMessage/SMS DMs, groups, replies, reactions, polls, watching, and private-API actions.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
