
Product
Introducing Scala and Kotlin Support in Socket
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
mytestreadme
Advanced tools
Queremos Protejer a Zeew de usuarios inactivos y problematicos. ahora usaremos un sistema de tokens, empesaremos con el SFW como es un inicio , les damos a todos un token publico , despues tendran que tener uno propio , para poder probar y usar nuevas > funciones y las bienvenidas nuevas. recuerda apoyar a zeew para que siga existiendo, mas informacion.
estamos en epocas de mantenimiento y actualizaciones , si algo no funciona como deberia, no te preocupes , se solucionara lo mas rapido posible. si el problema no se ha solucionado, reportadolo al servidor de soporte discord.gg/HWwBD6F » Apoya A zeew para que siga existiendo
Si tienes ideas para mejorar Zeew son bienvenidas
Zeew es una api con gif's de Interacción, manipulacion de imagenes y mas apoyado por la comunidad de Creacion de bots de discord.js
¿Tienes problemas?
npm i zeew
const zeew = require('zeew')
const Zeew = require('zeew')
const sfw = new npm.sfw("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c3VhcmlvIjp7Im5hbWUiOiJ6ZWV3YXBpIn0sImlhdCI6MTU3MTUwOTExOH0.nyr4qUy8qYaTOiTlaOt4x-oJZ9Z4LRPokiV4TK0U3Ig")
Función | Descripción |
---|---|
cry | Regresa ungif de alguien llorando aleatoria |
hug | Regresa un gif de un abrazo aleatoria |
kiss | Regresa un gif de un beso aleatoria |
punch | Regresa un gif de un golpe aleatoria |
suicide | Regresa un gif de un suicidio aleatoria |
kill | Regresa un gif de un asesinato aleatoria |
wasted | Regresa un gif de un wasted aleatoria |
neko | Regresa un gif de un gatito aleatoria |
slap | Regresa un gif de una bofetada aleatoria |
Función | Descripción |
---|---|
hug | Regresa un gif de abrazo Anime/Humana random |
cry | Regresa un gif llorando Anime/Humana random |
cookie | Regresa un gif de galletas Anime/Humana random |
dance | Regresa un gif bailando Anime/Humana random |
Solo este listado pueden retornar un gif de humanos o animes, según el valor asignado, si no se le asigna ningún valor, retornará solo > gif's de anime.
Función | Descripción | Uso |
---|---|---|
blur | Regresa un gif de abrazo Anime/Humana random | blur(URL) |
sepia | Regresa un gif llorando Anime/Humana random | sepia(URL) |
distort | Regresa un gif de galletas Anime/Humana random | distort(URL, AMPLITUD) |
invert | Regresa un gif bailando Anime/Humana random | invert(URL) |
Requerido el url del avatar
const zeew = require('zeew')
// -= token publico =-
/*Recuerda tener uno propio para usar mas funciones*/
const zw = new zeew.sfw("eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c3VhcmlvIjp7Im5hbWUiOiJ6ZWV3YXBpIn0sImlhdCI6MTU3MTUwOTExOH0.nyr4qUy8qYaTOiTlaOt4x-oJZ9Z4LRPokiV4TK0U3Ig")
// Promesa
// -= con un Valor =-
zw.hug("anime").then(a => {
console.log(a);
})
// -= sin Valor =-
zw.kiss().then(a => {
console.log(a);
})
//Funcion
async function kiss(){
let img = await zw.kiss()
console.log(img);
}
kiss()
// -= ---------------- =-
// -= sin modificacion =-
zeew.(categoria).(funcion)(valor/es)
//promesa
zeew.img.blur(valor).then(a => {
console.log(a);
})
//tipico
await zeew.img.blur()
let img = "https://i.imgur.com/09RRYve.jpg";
zeew.img.blur(img)
Resultado:
let img = "https://i.imgur.com/09RRYve.jpg";
zeew.img.distort(img, 5)
El primer valor siempre sera un URL de una pagina, el segundo valor siempre debe ser un numero
Resultado:
const sfw = new Zeew.sfw("TOKEN")
let img = await sfw.kiss()
let embed = new Discord.RichEmbed()
.setColor("RANDOM")
.setDescription(`**${message.author.username}** Está triste 😢`)
.setImage(img)
message.channel.send(embed)
const sfw = new Zeew.sfw("TOKEN")
let img = await sfw.kiss()
const { Attachment } = require('discord.js');
const attachment = new Attachment(img);
message.channel.send(/*`A qui puedes poner texto`*/, attachment);
Función | Valor |
---|---|
.avatar() | URL |
.fondo() | URL / tamaño indicado 1500x500 |
.colorTit() | Color hexadecimal, si no se provee un valor, el color será blanco |
.titulo() | String / Texto |
.colorDesc() | Color hexadecimal, si no se provee un valor, el color será blanco |
.descripcion() | String / Texto |
.estilo() | Si se deja vacio el estilo por defecto será classic |
te ayudamos con los colores entra aqui https://htmlcolorcodes.com/es/ (No nos paga por hacerle promo)
const Zeew = require('zeew')
let wel = new Zeew.Bienvenida()
.avatar(member.user.displayAvatarURL)
.fondo("https://i.imgur.com/0YrfJgx.jpg")
.colorTit("")
.estilo("classic")
.titulo(`Bienvenido al servidor ${member.user.username}`)
.colorDesc("")
.descripcion("Disfruta tu estadia en el servidor")
let img = await Zeew.WelcomeZeew(wel)
member.guild.channels.get("Id del canal").send({files: [img]})
.estilo("classic")
.estilo("anime")
- constructor SFW
- tokens
* ROL: Owner
* ID Discord: 403695999941345280
* Clan: ZeaterNight
* Redes Sociales: @KamerrOficial
* Portafolio: behance.net/kamerroficial
* ROL: Co-Owner
* ID Discord: 393603334847856650
proyecto | descripcion |
---|---|
Zeew-eco | Zeew Economia - Crea un economia con su propia tienda |
FAQs
Pruevas para el Readme.md
The npm package mytestreadme receives a total of 0 weekly downloads. As such, mytestreadme popularity was classified as not popular.
We found that mytestreadme demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
Application Security
/Security News
Socket CEO Feross Aboukhadijeh and a16z partner Joel de la Garza discuss vibe coding, AI-driven software development, and how the rise of LLMs, despite their risks, still points toward a more secure and innovative future.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.