Skip to content

Instantly share code, notes, and snippets.

@shamilmyran
shamilmyran / hey.js
Last active October 24, 2023 15:00 — forked from zailio/hey.js
just for fun
const {inrl, sleep} = require('../lib');
inrl({
pattern: 'hey',
DismissPrefix : true,
fromMe: 'public'
}, async (m) => {
const {key} = await m.send("Loading");
const emoji = ["😩"," 🧡","💛","💖", "💚","💓","💙","💜"," 💝","🖤","🤎","💕","🤍", "😯"]
let spae = "";
for(i = 1;i<emoji.length;i++){
const {inrl, getBuffer} = require('../lib');
/*
inrl({
pattern: "mention",
type: "misc",
desc: external
}, async (message, match) => {
*/
const {
Function,
parsedJid,
getBuffer
} = require("../lib/");
const url1 = 'https://i.imgur.com/38dWYUo.jpeg'
const url2 = 'https://i.imgur.com/38dWYUo.jpeg'
Function({
@shamilmyran
shamilmyran / mension
Created March 8, 2023 12:54 — forked from INR-L/mension
https://i.imgur.com/tqnaU79.jpeg,https://i.imgur.com/0aBoQmI.jpeg
@shamilmyran
shamilmyran / fd.js
Last active February 12, 2023 15:48
const {
inrl,
getBuffer
} = require("../lib/");
const url1 = 'https://i.ibb.co/rttvL6J/9ffb1444b66e.jpg'
const url2 = 'https://i.ibb.co/JpDjmg2/1b9dcbcbe49f.jpg'
const OWNER = 'DOMINIC';