Skip to content

Instantly share code, notes, and snippets.

@lyfe00011
lyfe00011 / ephoto.js
Last active April 20, 2024 04:23
ephoto.js
const Asena = require('../Utilis/events')
const { ePhotoDownload, getBuffer } = require('../Utilis/download')
const { MessageType } = require('@adiwajshing/baileys')
//You can copy and make more plugin
//change #effect_url and #command_name only
//also check inout type (#one or #two)
//https://en.ephoto360.com/ use links from HERE
Asena.addCommand({ pattern: 'ephoto ?(.*)', fromMe: true, desc: "Ephoto list", }, async (message, match) => {