
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
mytestreadme
Advanced tools
Queremos Protejer a Zeew de usuarios inactivos y problematicos. ahora usaremos un sistema de tokens, empesaremos con el SFW Es Beta, vamos a ver como funciona y despues aremos un
Client
Universal. recuerda apoyar a zeew para que siga existiendo, dando una Donacion.
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/PBDbHGq » 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('./index')
const sfw = new npm.sfw("TOKEN")
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/imagen de abrazo Anime/Humana random |
cry | Regresa un gif/imagen llorando Anime/Humana random |
cookie | Regresa un gif/imagen de galletas Anime/Humana random |
dance | Regresa un gif/imagen 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 | Descripcion | Uso |
---|---|---|
blur | Agrega blur a la imagen | blur(URL) |
sepia | Entonece la imagen en escalas grises | sepia(URL) |
distort | Distorsiona la imagen dependiendo de la amplitud | distort(URL, AMPLITUD) |
invert | Invierte el color de la imagen | invert(URL) |
Requerido el url del avatar
// -= Token -=
const zw = new npm.sfw("TOKEN")
// 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()
// -= ---------------------- =-
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:
let img = await zeew.sfw.cry()
let embed = new Discord.RichEmbed()
.setColor("RANDOM")
.setDescription(`**${message.author.username}** Está triste 😢`)
.setImage(img)
message.channel.send(embed)
let img = await zeew.sfw.cry("anime")
const { Attachment } = require('discord.js');
const attachment = new Attachment(img);
message.channel.send(`${message.author} Esta llorando....,`, attachment);
### Bienvenidas Discord
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]})
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// -= Quieres meterlo en un embed =-
let ImgEmbed = new Discord.Attachment(img, "welcome-ZeewApi.png")
let EmbedWelcome = new Discord.RichEmbed()
.attachFile(ImgEmbed)
.setImage('attachment://welcome-ZeewApi.png')
member.guild.channels.get("Id del canal").send(EmbedWelcome)
.estilo("classic")
.estilo("anime")
- constructor SFW
- tokens
## Creadores:
### @KamerrOficial
* 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 3 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.
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.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.