Skip to content

Instantly share code, notes, and snippets.

View sataniceypz's full-sized avatar
🏠
Working from home

Eypz sataniceypz

🏠
Working from home
View GitHub Profile
@sataniceypz
sataniceypz / alive
Last active June 9, 2024 20:22
izumi v3
const config = require("../config");
const { izumi, getBuffer } = require("../lib/");
let audios = ["https://i.imgur.com/bwcAA31.mp4","https://i.imgur.com/zvir3jE.mp4","https://i.imgur.com/YMK6yKc.mp4","https://i.imgur.com/xl5VbLX.mp4"];
izumi({
pattern: "alive",
desc: "Izumi here",
type: "user"
}, async (message, match, client) => {
try{
let aud = audios[Math.floor(Math.random() * audios.length)];
const { izumi,mode, getJson } = require("../lib/");
const config = require("../config");
izumi ({
pattern: "sexy",
fromMe: mode,
desc: "random girls reels videos",
type: "media",
}, async (message, match, client) => {
let url = `https://api.maskser.me/api/randomvideo/sexy?apikey=izumi-v3`
message.sendFromUrl(url,{caption: `${config.CAPTION}`})
const config = require("../config");
const { izumi, mode, toAudio,webp2mp4 } = require("../lib/");
izumi(
{
pattern: "sticker",
fromMe: mode,
desc: "Converts Photo/video/text to sticker",
type: "converter",
},
async (message, match, client) => {
const { command, isPrivate } = require("../lib/");
command(
{
pattern: "gennsfw",
fromMe: isPrivate,
desc: "ai image generator",
type: "downloader",
},
async (message, match, m) => {
@sataniceypz
sataniceypz / chat
Last active May 12, 2024 12:07
chat ai
const { command, isPrivate, getBuffer } = require("../lib/");
const config = require("../config");
command(
{
pattern: "chat",
fromMe: isPrivate,
desc: "chat",
type: "user",
},
async (message, match) => {
const%20%7B%20command%2C%20isPrivate%20%7D%20%3D%20require(%22..%2Flib%22)%3B%0Aconst%20axios%20%3D%20require(%27axios%27)%3B%0Acommand(%7B%0A%20%20pattern%3A%20%22cum%22%2C%0A%20%20fromMe%3A%20isPrivate%2C%0A%20%20desc%3A%20%22waifuuuu%22%2C%0A%20%20type%3A%20%22anime%22%2C%0A%20%20%7D%2C%20async%20(m%2C%20message%2C%20match)%20%3D%3E%20%7B%0A%20%20%20%20await%20%20m.sendFromUrl(%27https%3A%2F%2Fapi.betabotz.eu.org%2Fapi%2Fnsfw%2Fcum%3Fapikey%3DLPH23BQO%27)%3B%0A%20%20%20%20%7D)%3B
const { getJson, getBuffer, command, isPrivate, sleep } = require("../lib/");
command({
pattern: "owner",
fromMe: isPrivate,
desc: "Izumi Owner",
type: "support",
}, async (message) => {
const name = 'Eʏᴘᴢ ☔', title = "Iᴢᴜᴍɪ Sᴜᴘᴘᴏʀᴛ🧚‍♂️", number = '917994489493', body = "Eʏᴘᴢ☔";
const image = "https://i.imgur.com/JS0TpvM.jpeg", sourceUrl = 'https://github.com/sataniceypz/Izumi-v2';
const { getJson, getBuffer, command, isPrivate, sleep } = require("../lib/");
command({
pattern: "owner",
fromMe: isPrivate,
desc: "Izumi Support",
@sataniceypz
sataniceypz / Waifu
Last active June 6, 2024 21:04
Izumi
const { command, isPrivate, getBuffer, getJson } =
require("../lib");
const fetch = require("node-fetch");
const { CAPTION } = require("../config");
const axios = require('axios');
command({
pattern: "waifu",
fromMe: true,
desc: "waifuuuu",
type: "anime",
const { command, isPrivate, getBuffer } = require("../lib/"");
const config = require("../config");
command(
{
pattern: "aicrcts",
fromMe: isPrivate,
desc: "converts video/audio/voice to voice",
type: "converter",
},